fix(NA): eslint checks

This commit is contained in:
Tiago Costa 2024-06-27 03:01:41 +01:00
parent f70e82caec
commit d2874cda0e
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -15,7 +15,7 @@ export const journey = new Journey({
esArchives: ['x-pack/performance/es_archives/sample_data_flights'],
kbnArchives: ['x-pack/performance/kbn_archives/many_tags_and_visualizations'],
// FLAKY: https://github.com/elastic/kibana/issues/181546
skipped: true
skipped: true,
})
.step('Go to Tags Page', async ({ page, kbnUrl }) => {
await page.goto(kbnUrl.get(`/app/management/kibana/tags`));