Browse Source

[Strings] Update test after string change

test/jme/compound-poc
Benoit Marty 2 years ago committed by Benoit Marty
parent
commit
4d6d76b02d
  1. 4
      .maestro/tests/settings/settings.yaml

4
.maestro/tests/settings/settings.yaml

@ -1,12 +1,12 @@
appId: ${APP_ID} appId: ${APP_ID}
--- ---
- tapOn: "Settings" - tapOn: "Settings"
- assertVisible: "Rage shake to report bug" - assertVisible: "Rageshake to report bug"
- takeScreenshot: build/maestro/600-Settings - takeScreenshot: build/maestro/600-Settings
- tapOn: - tapOn:
text: "Report bug" text: "Report bug"
index: 1 index: 1
- assertVisible: "Describe your problem here" - assertVisible: "Describe the bug…"
- back - back
- back - back
- runFlow: ../assertions/assertHomeDisplayed.yaml - runFlow: ../assertions/assertHomeDisplayed.yaml

Loading…
Cancel
Save