mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-28 02:18:01 -04:00
16 lines
286 B
YAML
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'
|