Browse Source

Fix maestro test: chat backup is disabled by default.

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

3
.maestro/tests/account/logout.yaml

@ -10,6 +10,7 @@ appId: ${APP_ID} @@ -10,6 +10,7 @@ appId: ${APP_ID}
id: "sign-out-submit"
# Ensure cancel cancels
- tapOn: "Cancel"
- tapOn:
id: "sign-out-submit"
- tapOn: "Sign out"
- tapOn: "Sign out anyway"
- runFlow: ../assertions/assertInitDisplayed.yaml

Loading…
Cancel
Save