Files
self/app/tests/e2e/launch.ios.flow.yaml
Justin Hernandez 4bae15d164 SELF-2540: Fix account recovery flow after phone restore (#1942)
* 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
2026-04-09 12:32:03 -07:00

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