File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11
11
CI_GRADLE_ARG_PROPERTIES : --stacktrace --no-daemon -Dsonar.gradle.skipCompile=true --no-configuration-cache
12
12
ARCH : x86_64
13
13
DEVICE : pixel_7_pro
14
- API_LEVEL : 35
14
+ API_LEVEL : 33
15
15
TARGET : google_apis
16
16
17
17
jobs :
Original file line number Diff line number Diff line change 1
1
appId : ${MAESTRO_APP_ID}
2
+ androidWebViewHierarchy : devtools
2
3
---
3
4
# # Check that all env variables required in the whole test suite are declared (to fail faster)
4
5
- runScript : ./scripts/checkEnv.js
Original file line number Diff line number Diff line change @@ -14,7 +14,22 @@ appId: ${MAESTRO_APP_ID}
14
14
visible : ' Use without an account'
15
15
commands :
16
16
- tapOn : " Use without an account"
17
+ # # For older chrome versions
18
+ - runFlow :
19
+ when :
20
+ visible : ' Accept & continue'
21
+ commands :
22
+ - tapOn : " Accept & continue"
23
+ - runFlow :
24
+ when :
25
+ visible : ' No thanks'
26
+ commands :
27
+ - tapOn : " No thanks"
17
28
# # Working when running Maestro locally, but not on the CI yet.
29
+ - extendedWaitUntil :
30
+ visible :
31
+ id : " form-1"
32
+ timeout : 10000
18
33
- tapOn :
19
34
id : " form-1"
20
35
- inputText : ${MAESTRO_USERNAME}
You can’t perform that action at this time.
0 commit comments