Add comments for iOS
This commit is contained in:
parent
e6da460619
commit
5f5ec78e78
2 changed files with 22 additions and 0 deletions
|
|
@ -6,8 +6,16 @@ appId: ${APP_ID}
|
|||
- runFlow: changeServer.yaml
|
||||
- runFlow: ../assertions/assertLoginDisplayed.yaml
|
||||
- tapOn: "Email or username"
|
||||
# ios
|
||||
# - tapOn:
|
||||
# id: "usernameTextField"
|
||||
# index: 0
|
||||
- inputText: ${USERNAME}
|
||||
- tapOn: "Password"
|
||||
# iOS
|
||||
#- tapOn:
|
||||
# id: "passwordTextField"
|
||||
# index: 0
|
||||
- inputText: ${PASSWORD}
|
||||
- tapOn: "Continue"
|
||||
- runFlow: ../assertions/assertHomeDisplayed.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue