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 333cdc4 commit b79dd93Copy full SHA for b79dd93
test/specs/plain/orders.spec.js
@@ -19,7 +19,7 @@ describe('Order a product', () => {
19
$(".float-cart__close-btn").click();
20
21
$("//p[text() = 'Galaxy S20']/../div[@class = 'shelf-item__buy-btn']").click();
22
- $(".buy-btn").waitForDisplayed({ timeout: 5000 });
+ $(".buy-btn").waitForClickable({ timeout: 5000 });
23
$(".buy-btn").click();
24
25
$("#firstNameInput").setValue("firstname");
0 commit comments