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 6f8480d commit ab6ad4fCopy full SHA for ab6ad4f
demo/e2e/tests.e2e.ts
@@ -37,6 +37,8 @@ describe("Camera", () => {
37
await allow.click();
38
let allowSecond = await driver.findElementByText("Allow", SearchOptions.exact);
39
await allowSecond.click();
40
+ let allowLocation = await driver.findElementByText("Allow", SearchOptions.exact);
41
+ await allowLocation.click();
42
let geoTagConfirm = await driver.findElementByTextIfExists("Next", SearchOptions.contains)
43
if(geoTagConfirm !== undefined){
44
await geoTagConfirm.click();
0 commit comments