mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
* bug fix * fix pipelines * fix race condition * fixes * try again * fix maestro * update copy and abstract * fixes...i hope * fix ios pipeline? * pipeline fix * fix pipeline * fix e2e test * fix pipelines? * formatting
14 lines
285 B
YAML
14 lines
285 B
YAML
appId: com.warroom.proofofpassport
|
|
---
|
|
- launchApp
|
|
- extendedWaitUntil:
|
|
visible:
|
|
id: "disclaimer-screen-root"
|
|
timeout: ${LAUNCH_WAIT_MS:120000}
|
|
- tapOn:
|
|
id: "disclaimer-dismiss-button"
|
|
- extendedWaitUntil:
|
|
visible:
|
|
id: "home-screen-root"
|
|
timeout: 30000
|