Skip to content

Commit 576b8eb

Browse files
committed
Wait for Maestro template app startup
1 parent 1b40443 commit 576b8eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/e2e/.maestro/start.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
appId: ${APP_ID} # iOS: org.reactjs.native.example.RNTestProject | Android: com.rntestproject
22
---
33
- launchApp
4-
- assertVisible: 'Welcome to React Native'
4+
- extendedWaitUntil:
5+
visible: 'Welcome to React Native'
6+
timeout: 60000

0 commit comments

Comments
 (0)