Skip to content

Commit

Permalink
improve stability of dashboard clone test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Jan 20, 2020
1 parent 6e71ffb commit 23845a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/dashboard/dashboard_clone.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function({ getService, getPageObjects }) {
await PageObjects.dashboard.addVisualizations(
PageObjects.dashboard.getTestVisualizationNames()
);
await PageObjects.dashboard.enterDashboardTitleAndClickSave(dashboardName);
await PageObjects.dashboard.saveDashboard(dashboardName);

await PageObjects.dashboard.clickClone();
await PageObjects.dashboard.confirmClone();
Expand Down

0 comments on commit 23845a5

Please sign in to comment.