Skip to content

Commit 4ff6b94

Browse files
committed
test: increase app startup wait for slow CI emulators
1 parent 552cd99 commit 4ff6b94

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/e2e/flows/main_page.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ appId: ${APP_ID}
22
---
33
# Verify main page renders correctly and the counter works.
44
- launchApp
5-
- assertVisible: "Hello from PythonNative Demo!"
5+
- extendedWaitUntil:
6+
visible: "Hello from PythonNative Demo!"
7+
timeout: 30000
68
- assertVisible: "Tapped 0 times"
79
- assertVisible: "Tap me"
810
- assertVisible: "Go to Second Page"

tests/e2e/flows/navigation.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ appId: ${APP_ID}
22
---
33
# Navigate through all three pages and back to main.
44
- launchApp
5-
- assertVisible: "Hello from PythonNative Demo!"
5+
- extendedWaitUntil:
6+
visible: "Hello from PythonNative Demo!"
7+
timeout: 30000
68
- tapOn: "Go to Second Page"
79
- assertVisible: "Greetings from MainPage"
810
- assertVisible: "Go to Third Page"

0 commit comments

Comments
 (0)