From 6042395537628186e11f7482981b538054f2a750 Mon Sep 17 00:00:00 2001 From: vitalets Date: Sat, 18 Jan 2025 21:03:19 +0400 Subject: [PATCH] fix lint --- tests/playwright-test/ui-mode-metadata.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? });