[Strings] Update test after string change

This commit is contained in:
Benoit Marty 2023-03-27 14:39:16 +02:00 committed by Benoit Marty
parent c774f7529e
commit 166151a6e8

View file

@ -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