cleaned up test

This commit is contained in:
GeneratorX16 2025-02-08 10:59:19 +05:30
parent 13aeb6c742
commit 738620d414

View file

@ -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({
'a.test.ts': `
import { test, expect } from '@playwright/test';