Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed May 2, 2024
1 parent 19bc39c commit f5cdf64
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ export function SvlSearchLandingPageProvider({ getService }: FtrProviderContext)
await testSubjects.click('manage-pipeline-button');
},
async expectNavigateToManagePipelinePage() {
expect(await browser.getCurrentUrl()).contain(
'/app/management/ingest/ingest_pipelines'
);
expect(await browser.getCurrentUrl()).contain('/app/management/ingest/ingest_pipelines');
},
},
};
Expand Down

0 comments on commit f5cdf64

Please sign in to comment.