Add comments for iOS

This commit is contained in:
Benoit Marty 2023-01-13 17:11:08 +01:00 committed by Benoit Marty
parent e6da460619
commit 5f5ec78e78
2 changed files with 22 additions and 0 deletions

View file

@ -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