Skip to content

Commit ab6ad4f

Browse files
Dimitar TodorovDimitar Todorov
authored andcommitted
fix: add locations allow step
1 parent 6f8480d commit ab6ad4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demo/e2e/tests.e2e.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ describe("Camera", () => {
3737
await allow.click();
3838
let allowSecond = await driver.findElementByText("Allow", SearchOptions.exact);
3939
await allowSecond.click();
40+
let allowLocation = await driver.findElementByText("Allow", SearchOptions.exact);
41+
await allowLocation.click();
4042
let geoTagConfirm = await driver.findElementByTextIfExists("Next", SearchOptions.contains)
4143
if(geoTagConfirm !== undefined){
4244
await geoTagConfirm.click();

0 commit comments

Comments
 (0)