From ce6563f33218eeb63cc9e423641d683c9f8362b1 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 10 Feb 2025 16:54:48 +0100 Subject: [PATCH] add newline --- tests/playwright-test/ui-mode-trace.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright-test/ui-mode-trace.spec.ts b/tests/playwright-test/ui-mode-trace.spec.ts index 701a0f51bb..e7479cab1a 100644 --- a/tests/playwright-test/ui-mode-trace.spec.ts +++ b/tests/playwright-test/ui-mode-trace.spec.ts @@ -517,4 +517,4 @@ test('should show copy prompt button in errors tab', async ({ runUITest }) => { await page.locator('.tab-errors').getByRole('button', { name: 'Fix with AI' }).click(); const prompt = await page.evaluate(() => navigator.clipboard.readText()); expect(prompt, 'contains error').toContain('expect(received).toBe(expected)'); -}); \ No newline at end of file +});