blob: 581085854083439757f8cfa389816eb961dae08e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
|
appId: com.fsck.k9.debug
---
- launchApp:
clearState: true
- assertVisible:
id: "com.fsck.k9.debug:id/welcome_message"
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/welcome_screen"
- tapOn:
id: "com.fsck.k9.debug:id/next"
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step1_empty"
- tapOn:
id: "com.fsck.k9.debug:id/account_email"
- inputText: "dummy@outlook.com"
- tapOn:
id: "com.fsck.k9.debug:id/next"
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step1_sign_in"
- pressKey: "back"
- tapOn:
id: "com.fsck.k9.debug:id/account_email"
- eraseText
- inputText: "user@domain.example"
- tapOn:
id: "com.fsck.k9.debug:id/next"
- tapOn:
id: "com.fsck.k9.debug:id/account_password"
- inputText: "password"
- pressKey: "back"
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step1_filled_in"
- tapOn:
id: "com.fsck.k9.debug:id/next"
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step2_account_type_selection"
- tapOn:
id: "com.fsck.k9.debug:id/imap"
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step3_imap_incoming_server_1"
- scroll
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step3_imap_incoming_server_2"
- scrollUntilVisible:
element:
id: "com.fsck.k9.debug:id/account_server"
direction: UP
- tapOn:
id: "com.fsck.k9.debug:id/account_server"
- eraseText
- inputText: "wrong.host.badssl.com"
- tapOn:
id: "com.fsck.k9.debug:id/account_port"
- eraseText
- inputText: "443"
- tapOn:
id: "com.fsck.k9.debug:id/next"
- assertVisible:
id: "android:id/alertTitle"
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step3.6_invalid_certificate"
- tapOn:
id: "android:id/button2"
- tapOn:
id: "com.fsck.k9.debug:id/account_server"
- eraseText
- inputText: "127.0.0.1"
- tapOn:
id: "com.fsck.k9.debug:id/next"
- assertVisible:
id: "android:id/alertTitle"
- pressKey: "back"
- assertVisible:
id: "com.fsck.k9.debug:id/progress"
- takeScreenshot: "user-manual/screenshots/account_setup_step3.5_imap_checking_incoming_server_settings"
- pressKey: "back"
- tapOn:
id: "com.fsck.k9.debug:id/next"
- tapOn:
id: "android:id/button2"
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step4_smtp_outgoing_server"
- tapOn:
id: "com.fsck.k9.debug:id/account_server"
- eraseText
- inputText: "127.0.0.1"
- tapOn:
id: "com.fsck.k9.debug:id/next"
- assertVisible:
id: "android:id/alertTitle"
- pressKey: "back"
- assertVisible:
id: "com.fsck.k9.debug:id/progress"
- takeScreenshot: "user-manual/screenshots/account_setup_step4.5_smtp_checking_outgoing_server_settings"
- pressKey: "back"
- tapOn:
id: "com.fsck.k9.debug:id/next"
- tapOn:
id: "android:id/button2"
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step5_account_options"
- tapOn:
id: "com.fsck.k9.debug:id/next"
- tapOn:
id: "com.fsck.k9.debug:id/account_description"
- inputText: "My first account"
- tapOn:
id: "com.fsck.k9.debug:id/account_name"
- inputText: "Demo User"
- pressKey: "back"
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step6_account_name"
- pressKey: "back"
- pressKey: "back"
- pressKey: "back"
- pressKey: "back"
- tapOn:
id: "com.fsck.k9.debug:id/pop"
- waitForAnimationToEnd
- takeScreenshot: "user-manual/screenshots/account_setup_step3_pop3_incoming_server"
|