File tree Expand file tree Collapse file tree
packages/pluggableWidgets/intro-screen-native/e2e/specs/maestro Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,42 +6,49 @@ appId: "${APP_ID}"
66 text : " I"
77- tapOn :
88 text : " Intro screen"
9- - assertVisible :
10- text : " Active slide: 2"
9+ - extendedWaitUntil :
10+ visible : " Active slide: 2"
11+ timeout : 5000
1112- assertVisible :
1213 text : " Changes: 0"
1314- swipe :
1415 direction : LEFT
15- - assertVisible :
16- text : " Active slide: 3"
16+ - extendedWaitUntil :
17+ visible : " Active slide: 3"
18+ timeout : 5000
1719- assertVisible :
1820 text : " Changes: 1"
1921- swipe :
2022 direction : RIGHT
21- - assertVisible :
22- text : " Active slide: 2"
23+ - extendedWaitUntil :
24+ visible : " Active slide: 2"
25+ timeout : 5000
2326- assertVisible :
2427 text : " Changes: 2"
2528- tapOn :
2629 text : " PREVIOUS"
27- - assertVisible :
28- text : " Active slide: 1"
30+ - extendedWaitUntil :
31+ visible : " Active slide: 1"
32+ timeout : 5000
2933- assertVisible :
3034 text : " Changes: 3"
3135- tapOn :
3236 text : " SKIP"
33- - assertVisible :
34- text : " Skipped"
37+ - extendedWaitUntil :
38+ visible : " Skipped"
39+ timeout : 5000
3540- tapOn :
3641 text : " OK"
3742- tapOn : " Go back"
3843- tapOn :
3944 text : " Intro screen"
40- - assertVisible :
41- text : " Active slide: 2"
45+ - extendedWaitUntil :
46+ visible : " Active slide: 2"
47+ timeout : 5000
4248- tapOn :
4349 text : " NEXT"
4450- tapOn :
4551 text : " FINISH"
46- - assertVisible :
47- text : " Done"
52+ - extendedWaitUntil :
53+ visible : " Done"
54+ timeout : 5000
You can’t perform that action at this time.
0 commit comments