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

Loading…
Cancel
Save