add newline

This commit is contained in:
Simon Knott 2025-02-10 16:54:48 +01:00
parent bad91d5e84
commit ce6563f332
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -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)');
});
});