mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix trailing comma lint error
This commit is contained in:
parent
b4c3ac31a9
commit
96e6eb92f2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export const journey = new Journey({
|
|||
);
|
||||
},
|
||||
ftrConfigPath: 'x-pack/performance/configs/apm_config.ts',
|
||||
skipped: true
|
||||
skipped: true,
|
||||
})
|
||||
.step('Navigate to Service Inventory Page', async ({ page, kbnUrl }) => {
|
||||
await page.goto(kbnUrl.get(`app/apm/services`));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue