File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments