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 e91c5ee commit fda383fCopy full SHA for fda383f
demo-vue/e2e/test.e2e.ts
@@ -94,10 +94,11 @@ describe("Facebook tests", async function () {
94
if (isAndroid) {
95
const logInButton = await driver.findElementByClassName(driver.locators.button);
96
await logInButton.click();
97
- await driver.wait(500);
+ await driver.wait(2000);
98
} else {
99
const logInButton = await driver.findElementByText("Log In");
100
101
102
}
103
const continueButton = await driver.findElementByText("Continue", SearchOptions.exact);
104
await continueButton.click();
0 commit comments