Skip to content

Commit cf9bce5

Browse files
committed
Fix functional test
1 parent caf3195 commit cf9bce5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/apps/dashboard/edit_visualizations.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export default function ({ getService, getPageObjects }) {
110110
});
111111

112112
it('visualize app menu navigates to the visualize listing page if the last opened visualization was linked to dashboard', async () => {
113+
await PageObjects.common.navigateToApp('dashboard');
113114
await PageObjects.dashboard.gotoDashboardLandingPage();
114115
await PageObjects.dashboard.clickNewDashboard();
115116

0 commit comments

Comments
 (0)