-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix maestro config so it runs (#2896)
Description: Maestro e2e tests fail as we apparently cannot filter out tests that are required to run in a specific order. In addition relying on ddg site for testing is prone to failures when strings change (e.g. due to experiments)
- Loading branch information
Showing
4 changed files
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
appStartup: | ||
enabled: false | ||
appSize: | ||
enabled: false | ||
flows: | ||
- "**" | ||
executionOrder: | ||
flowsOrder: | ||
- 01_create_account | ||
- 02_login_account | ||
- 03_recover_account | ||
- 04_sync_data_setup | ||
- 05_sync_data_check | ||
- 06_delete_account | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters