Skip to content

Commit 78ea438

Browse files
committed
Update eecircuit-test.ts
1 parent 486a091 commit 78ea438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/eecircuit-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export async function testEEcircuit(page: Page, url: string) {
5151
await page.getByRole('button', { name: 'Colorize' }).click();
5252
await page.getByRole('button', { name: 'Reset' }).click();
5353
await page.getByRole('button', { name: 'Settings' }).click();
54-
await page.getByLabel('Close').click();
54+
//await page.getByLabel('Close').click();
5555

5656
await page.getByRole('button', { name: 'Run' }).click();
5757

0 commit comments

Comments
 (0)