Fix Maestro

This commit is contained in:
Jorge Martín 2024-03-21 16:27:03 +01:00
parent f0533be5c6
commit cfbff78667
2 changed files with 0 additions and 8 deletions

View file

@ -23,8 +23,6 @@ appId: ${MAESTRO_APP_ID}
- inputText: ${MAESTRO_PASSWORD}
- pressKey: Enter
- tapOn: "Continue"
- runFlow: ../assertions/assertWelcomeScreenDisplayed.yaml
- tapOn: "Continue"
- runFlow: ../assertions/assertAnalyticsDisplayed.yaml
- tapOn: "Not now"
- runFlow: ../assertions/assertHomeDisplayed.yaml

View file

@ -1,6 +0,0 @@
appId: ${MAESTRO_APP_ID}
---
- extendedWaitUntil:
visible:
id: "welcome_screen-title"
timeout: 10000