Browse Source

Fix Maestro (do not rely on text)

pull/1722/head
Benoit Marty 11 months ago
parent
commit
548bf99c80
  1. 3
      .maestro/tests/account/logout.yaml

3
.maestro/tests/account/logout.yaml

@ -12,5 +12,6 @@ appId: ${APP_ID}
- tapOn: "Cancel" - tapOn: "Cancel"
- tapOn: - tapOn:
id: "sign-out-submit" id: "sign-out-submit"
- tapOn: "Sign out" - tapOn:
id: "dialog-positive"
- runFlow: ../assertions/assertInitDisplayed.yaml - runFlow: ../assertions/assertInitDisplayed.yaml

Loading…
Cancel
Save