add newline
This commit is contained in:
parent
bad91d5e84
commit
ce6563f332
|
|
@ -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)');
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue