Skip to content

Commit e0c14bc

Browse files
author
Wiktor Jaszczuk
committed
test: tap on "no thanks" on Android emulator if there is "Chrome notifications make things easier"
1 parent 1e0750b commit e0c14bc

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

examples/bare-example/e2e/common/acceptChromeTerms-AcceptContinueVariant.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@ name: "[Android] Accept Chrome T & C - Use without an account variant"
22
appId: com.android.chrome
33
---
44
- tapOn:
5-
label: Accept Chrome T & C
6-
text: "Accept & continue"
5+
label: Accept Chrome T & C
6+
text: "Accept & continue"
7+
78
- tapOn:
8-
label: "Turn off Chrome sync"
9-
text: "No thanks"
9+
label: "Turn off Chrome sync"
10+
text: "No thanks"
11+
12+
- runFlow:
13+
when:
14+
visible: 'Chrome notifications make things easier'
15+
commands:
16+
- tapOn: "No thanks"

0 commit comments

Comments
 (0)