Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Aug 23, 2023
1 parent 2209d95 commit 1aa321a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {

await svlCommonNavigation.sidenav.clickLink({ deepLinkId: 'dashboards' });

await testSubjects.click('createDashboardButton');
await dashboard.clickNewDashboard();

await lens.createAndAddLensFromDashboard({});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {

await testSubjects.click('solutionSideNavItemLink-dashboards');

await testSubjects.click('createDashboardButton');
await dashboard.clickNewDashboard();

await lens.createAndAddLensFromDashboard({});
Expand Down

0 comments on commit 1aa321a

Please sign in to comment.