Skip to content

Commit

Permalink
[ML] Remove unnecessary navigation to data visualizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Aug 9, 2022
1 parent 48027ef commit cbbe6bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export default function ({ getPageObject, getService }: FtrProviderContext) {
it(`${farequoteDataViewTestData.suiteTitle} loads the explain log rate spikes page`, async () => {
// Start navigation from the base of the ML app.
await ml.navigation.navigateToMl();
await ml.navigation.navigateToDataVisualizer();
});

runTests(farequoteDataViewTestData);
Expand Down

0 comments on commit cbbe6bb

Please sign in to comment.