Browse Source

Fix Maestro

pull/2111/head
Benoit Marty 9 months ago
parent
commit
076b487a0a
  1. 6
      .maestro/tests/account/logout.yaml

6
.maestro/tests/account/logout.yaml

@ -6,12 +6,10 @@ appId: ${APP_ID}
- takeScreenshot: build/maestro/900-SignOutScreen - takeScreenshot: build/maestro/900-SignOutScreen
- back - back
- tapOn: "Sign out" - tapOn: "Sign out"
- tapOn:
id: "sign-out-submit"
# Ensure cancel cancels # Ensure cancel cancels
- tapOn: "Cancel"
- tapOn: - tapOn:
id: "sign-out-submit" id: "dialog-negative"
- tapOn: "Sign out"
- tapOn: - tapOn:
id: "dialog-positive" id: "dialog-positive"
- runFlow: ../assertions/assertInitDisplayed.yaml - runFlow: ../assertions/assertInitDisplayed.yaml

Loading…
Cancel
Save