Skip to content

Commit 589ff39

Browse files
committed
Update test
1 parent 1c06f3b commit 589ff39

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

maestro/tests/AppStartup.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,21 @@ appId: "${APP_ID}"
88
permissions:
99
camera: allow
1010
notifications: allow
11-
- extendedWaitUntil:
12-
visible: "Widgets menu"
13-
timeout: 240000 # A long timeout since app startup is quite unstable due to resources when executed on Github runners
11+
- takeScreenshot:
12+
path: "maestro/tests/images/actual/${PLATFORM}/app-startup_1"
13+
- assertVisible: "Preview your app effortlessly."
14+
- takeScreenshot:
15+
path: "maestro/tests/images/actual/${PLATFORM}/app-startup_2"
16+
- tapOn: "Continue"
17+
- assertVisible: "Seamless navigation at your fingertips."
18+
- tapOn: "Continue"
19+
- assertVisible: "The 'History' for hassle-free testing."
20+
- tapOn: "Start"
21+
- takeScreenshot:
22+
path: "maestro/tests/images/actual/${PLATFORM}/app-startup_3"
23+
- assertVisible: "Clear cache"
24+
# - extendedWaitUntil:
25+
# visible: "Widgets menu"
26+
# timeout: 240000 # A long timeout since app startup is quite unstable due to resources when executed on Github runners
1427
- takeScreenshot:
1528
path: "maestro/tests/images/actual/${PLATFORM}/app-startup"

0 commit comments

Comments
 (0)