File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ appId: com.viscouspot.gitsync
66- inputText : ${MAESTRO_HTTPS_USERNAME}
77- tapOn : ghp_1234abcd5678efgh
88- inputText : ${MAESTRO_HTTPS_TOKEN}
9+ - hideKeyboard
910- tapOn : " LOGIN"
Original file line number Diff line number Diff line change 11appId : com.viscouspot.gitsync
22---
33
4- - assertVisible : " KEY"
4+ - assertVisible : " GENERATE KEY"
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ appId: com.viscouspot.gitsync
66- assertVisible : " ssh-rsa.*"
77- tapOn : " ssh-rsa.*"
88- runFlow : ./save_key.yaml
9- - assertVisible : " CONFIRM KEY SAVED"
10- - tapOn : " CONFIRM KEY SAVED"
9+ - assertVisible : " CONFIRM PUB KEY SAVED"
10+ - tapOn : " CONFIRM PUB KEY SAVED"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ appId: com.viscouspot.gitsync
3131- runFlow : flows/notifications_permission/assert.yaml
3232- runFlow : ../common/back.yaml
3333- runFlow : flows/notifications_dialog/assert.yaml
34- - runFlow : flows/notifications_dialog/positive .yaml
34+ - runFlow : flows/notifications_dialog/positive_secondary .yaml
3535- runFlow : flows/notifications_permission/enable.yaml
3636- runFlow : ../common/back.yaml
3737- runFlow : flows/notifications_dialog/positive_secondary.yaml
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pub fn get_input() -> Input {
1717 "notifications_dialog/assert" ,
1818 ] ] ,
1919 vec![ vec![
20- "notifications_dialog/positive " ,
20+ "notifications_dialog/positive_secondary " ,
2121 "notifications_permission/enable" ,
2222 "back" ,
2323 "notifications_dialog/positive_secondary" ,
You can’t perform that action at this time.
0 commit comments