File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ appId : ${APP_ID}
2+ ---
3+ - launchApp
4+ - assertVisible : " React Native.*"
5+
6+ - tapOn : " Clear updates"
7+ - tapOn : " Restart app"
8+ - waitForAnimationToEnd :
9+ timeout : 5000
10+ - assertVisible : " React Native.*"
11+ - assertNotVisible : " UPDATED!"
12+
13+ - tapOn : " (?i)^Sync with updateDialog"
14+ - assertVisible : " (?i)^E2E Update Dialog$"
15+ - assertVisible : " (?i)^Install the E2E update now\\ ?$"
16+ - tapOn : " (?i)^Ignore update$"
17+
18+ - assertVisible : " Result: UPDATE_IGNORED"
19+ - assertNotVisible : " UPDATED!"
20+
21+ - tapOn : " Get update metadata"
22+ - waitForAnimationToEnd :
23+ timeout : 3000
24+ - assertVisible : " METADATA_NULL"
Original file line number Diff line number Diff line change 1+ appId : ${APP_ID}
2+ ---
3+ - launchApp
4+ - assertVisible : " React Native.*"
5+
6+ - tapOn : " Clear updates"
7+ - tapOn : " Restart app"
8+ - waitForAnimationToEnd :
9+ timeout : 5000
10+ - assertVisible : " React Native.*"
11+ - assertNotVisible : " UPDATED!"
12+
13+ - tapOn : " (?i)^Sync with updateDialog"
14+ - assertVisible : " (?i)^E2E Update Dialog$"
15+ - assertVisible : " (?i)^Install the E2E update now\\ ?$"
16+ - tapOn : " (?i)^Install update$"
17+
18+ - assertVisible : " Result: UPDATE_INSTALLED"
19+ - assertNotVisible : " UPDATED!"
20+
21+ - tapOn : " Restart app"
22+ - waitForAnimationToEnd :
23+ timeout : 5000
24+ - assertVisible : " React Native.*"
25+ - assertVisible : " UPDATED!"
26+
27+ - tapOn : " Get update metadata"
28+ - waitForAnimationToEnd :
29+ timeout : 3000
30+ - assertVisible : " METADATA_V1.2.2"
You can’t perform that action at this time.
0 commit comments