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 +});