diff --git a/tests/playwright-test/ui-mode-metadata.spec.ts b/tests/playwright-test/ui-mode-metadata.spec.ts index 5466d4f007..8097dfe5f9 100644 --- a/tests/playwright-test/ui-mode-metadata.spec.ts +++ b/tests/playwright-test/ui-mode-metadata.spec.ts @@ -30,6 +30,6 @@ test.only('should display git info metadata', async ({ runUITest }) => { ` }); await page.getByTitle('Run all').click(); - + // todo: what to check? });