cleaned up test
This commit is contained in:
parent
13aeb6c742
commit
738620d414
|
|
@ -322,7 +322,7 @@ test('should not watch output', async ({ runUITest }) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
test('should have watch icon highlighted when a test is focused and watch on the test is enabled', async ({ runUITest, writeFiles }) => {
|
test('should have watch icon highlighted when a test is focused and watch on the test is enabled', async ({ runUITest }) => {
|
||||||
const { page } = await runUITest({
|
const { page } = await runUITest({
|
||||||
'a.test.ts': `
|
'a.test.ts': `
|
||||||
import { test, expect } from '@playwright/test';
|
import { test, expect } from '@playwright/test';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue