Skip to content

Commit 5c8a196

Browse files
committed
chore: update tests
1 parent 8fcc30b commit 5c8a196

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.maestro/auth/flows/https/auth.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
appId: com.viscouspot.gitsync
22
---
33

4-
- assertVisible: "KEY"
4+
- assertVisible: "GENERATE KEY"

.maestro/auth/flows/ssh/auth.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

.maestro/onboarding/negative.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.maestro/onboarding/src/negative.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)