Skip to content

Commit 837d37e

Browse files
author
Dimitar Todorov
committed
Fix: continue btn to be found by class name
1 parent 7fb4ef2 commit 837d37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-vue/e2e/test.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe("Facebook tests", async function () {
9898
}
9999
let continueButton;
100100
if(driver.isAndroid){
101-
continueButton = await driver.findElementByAccessibilityId("Continue")
101+
continueButton = await driver.findElementByClassName("android.widget.Button")
102102
}
103103
else{
104104
continueButton = await driver.findElementByText("Continue", SearchOptions.exact);

0 commit comments

Comments
 (0)