Skip to content

Commit 7732ca6

Browse files
committed
change type of wait
1 parent f8b94de commit 7732ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/website.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class Website {
204204
throw e;
205205
}
206206

207-
await $('.woocommerce-homescreen .woocommerce-experimental-list').waitForDisplayed({ timeout: 60000 });
207+
await $('.woocommerce-homescreen .woocommerce-experimental-list').waitForExist({ timeout: 60000 });
208208

209209
await browser.waitUntil(async () => {
210210
return await browser.execute(() => {

0 commit comments

Comments
 (0)