From 92c9253bab4a9999f42c222284d5d657fdd3de6e Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 22 Jul 2024 14:42:17 +0200 Subject: [PATCH] =?UTF-8?q?remove=20.only=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/playwright-test/only-changed.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright-test/only-changed.spec.ts b/tests/playwright-test/only-changed.spec.ts index dec4860199..1181b1df79 100644 --- a/tests/playwright-test/only-changed.spec.ts +++ b/tests/playwright-test/only-changed.spec.ts @@ -198,7 +198,7 @@ test('should throw nice error message if git doesnt work', async ({ git, runInli expect(result.output, 'contains git command output').toContain('unknown revision or path not in the working tree'); }); -test.only('should suppport component tests', async ({ runInlineTest, git, writeFiles }) => { +test('should suppport component tests', async ({ runInlineTest, git, writeFiles }) => { await writeFiles({ 'playwright.config.ts': playwrightCtConfigText, 'playwright/index.html': ``,