Skip to content

Commit 62354ed

Browse files
committed
remove waitfor
1 parent 0c6885f commit 62354ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

playwright/click.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const context = await browser.newContext({
4242

4343
const page = await context.newPage();
4444

45-
await page.locator("a[href='campfire-commerce/']").waitFor();
4645
await page.locator("a[href='campfire-commerce/']").click();
4746

4847
if (page.url() !== 'http://127.0.0.1:1234/campfire-commerce/') {

0 commit comments

Comments
 (0)