spacedrive/apps/mobile/tests/add-tag.yml
ameer2468 2321addc67
[MOB-98] Rename, delete, & more (#2506)
* rename and delete support, browse design improvement

* update toast styling

* Update RenameModal.tsx

* fix test

* fix warning message on initial render, add-tag test, and remove solid js references

* ci

* Add feedback toast for location delete and tag delete
2024-05-27 15:44:15 +00:00

15 lines
247 B
YAML

appId: com.spacedrive.app
---
- launchApp
- tapOn:
id: 'browse-tab'
- waitForAnimationToEnd
- tapOn:
id: 'create-tag-button'
- inputText: 'MyTag'
- tapOn:
text: 'Create'
- tapOn:
id: 'show-all-tags-button'
- assertVisible: 'MyTag'