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 f8b94de commit 7732ca6Copy full SHA for 7732ca6
1 file changed
tests/e2e/website.ts
@@ -204,7 +204,7 @@ class Website {
204
throw e;
205
}
206
207
- await $('.woocommerce-homescreen .woocommerce-experimental-list').waitForDisplayed({ timeout: 60000 });
+ await $('.woocommerce-homescreen .woocommerce-experimental-list').waitForExist({ timeout: 60000 });
208
209
await browser.waitUntil(async () => {
210
return await browser.execute(() => {
0 commit comments