Files
spacedrive/apps/mobile/tests/onboarding.yml
Utku f522bbae68 Add mobile tests back (#2183)
* add tests back

* fix tests
2024-03-09 06:56:24 +00:00

16 lines
286 B
YAML

appId: com.spacedrive.app
---
- launchApp:
clearState: true
# Wait onboarding screen
- waitForAnimationToEnd:
timeout: 5000
- tapOn: 'Get Started'
- tapOn:
id: 'library-name'
- inputText: 'TestLib'
- tapOn: 'New Library'
- tapOn:
id: 'share-minimal'
- tapOn: 'Continue'