Skip to content

Commit

Permalink
Update eecircuit-test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
danchitnis committed Nov 18, 2024
1 parent 486a091 commit 78ea438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/eecircuit-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export async function testEEcircuit(page: Page, url: string) {
await page.getByRole('button', { name: 'Colorize' }).click();
await page.getByRole('button', { name: 'Reset' }).click();
await page.getByRole('button', { name: 'Settings' }).click();
await page.getByLabel('Close').click();
//await page.getByLabel('Close').click();

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

Expand Down

0 comments on commit 78ea438

Please sign in to comment.