Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Oct 30, 2023
1 parent 461e10c commit aa8919c
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -246,6 +246,9 @@ export default function ({ getService }: FtrProviderContext) {
await ml.testExecution.logTestStep('recreate data view used by job');
await ml.testResources.createIndexPatternIfNeeded(indexPatternString, '@timestamp');

await ml.navigation.navigateToMl();
await ml.navigation.navigateToJobManagement();

// Refresh page to ensure page has correct cache of data views
await browser.refresh();

Expand Down

0 comments on commit aa8919c

Please sign in to comment.