mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
* revert rspc changes and some theme stuff * Run onboarding test first * test adding a tag * handle keyboard on Create Tag Modal * listen system theme changes * fix delete tag button * wait add tag mutation * remove duplicate assert * fix edit location setting screen * select theme & fix add tag test * add how to run web app to contributing * add note about how to use stores correctly * use theme colors * system theme * remove metro-minify-terser * final tweaks * cleanup * cleanup --------- Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
16 lines
278 B
YAML
16 lines
278 B
YAML
appId: com.spacedrive.app
|
|
---
|
|
- launchApp:
|
|
clearState: true
|
|
- tapOn: 'Get Started'
|
|
- tapOn:
|
|
id: 'library-name'
|
|
- inputText: 'TestLib'
|
|
- tapOn: 'New Library'
|
|
- tapOn:
|
|
id: 'share-nothing'
|
|
- tapOn: 'Continue'
|
|
- tapOn:
|
|
id: 'drawer-toggle'
|
|
- assertVisible: 'TestLib'
|