0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00
thunderbird-android/ui-flows/shared/add_demo2_account.yml
2023-02-17 15:36:44 +01:00

38 lines
706 B
YAML

appId: com.fsck.k9.debug
---
# Open drawer
- tapOn: "Navigate up"
## Open settings
- tapOn:
id: "com.fsck.k9.debug:id/material_drawer_name"
index: 9
## Add new account
- tapOn:
id: "com.fsck.k9.debug:id/text"
index: 2
# Welcome
- tapOn:
id: "com.fsck.k9.debug:id/next"
## Setup new account
- tapOn:
id: "com.fsck.k9.debug:id/account_email"
- inputText: "demo2@k9mail.example"
- tapOn:
id: "com.fsck.k9.debug:id/next"
## Account name configuration
- tapOn:
id: "com.fsck.k9.debug:id/account_description"
- inputText: "Demo2 Account"
- tapOn:
id: "com.fsck.k9.debug:id/account_name"
- eraseText
- inputText: "Demo2 User"
- tapOn:
id: "com.fsck.k9.debug:id/done"