We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6885f commit 62354edCopy full SHA for 62354ed
playwright/click.js
@@ -42,7 +42,6 @@ const context = await browser.newContext({
42
43
const page = await context.newPage();
44
45
-await page.locator("a[href='campfire-commerce/']").waitFor();
46
await page.locator("a[href='campfire-commerce/']").click();
47
48
if (page.url() !== 'http://127.0.0.1:1234/campfire-commerce/') {
0 commit comments