fix trailing comma lint error

This commit is contained in:
Jonathan Budzenski 2023-07-31 13:27:40 -05:00
parent b4c3ac31a9
commit 96e6eb92f2

View file

@ -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`));