Skip to content

Commit

Permalink
if dax dialogs are showing then dismiss (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy authored Mar 4, 2024
1 parent fa3ca3f commit 4a220f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: End-to-End tests
on:
schedule:
- cron: '0 4 * * *' # run at 4 AM UTC
workflow_dispatch:

jobs:
end-to-end-tests:
Expand Down
10 changes: 9 additions & 1 deletion .maestro/data_clearing_tests/02_duckduckgo_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ tags:
---

# Set up
- clearKeychain
- clearState
- launchApp
- runFlow:
- runFlow:
when:
visible:
text: "Let’s Do It!"
Expand All @@ -22,6 +23,13 @@ tags:
- inputText: "privacy blogs"
- pressKey: Enter

# Dismiss Dax Dialogs if visible
- runFlow:
when:
visible: "Phew!"
commands:
- tapOn: "Phew!"

# Change settings
- tapOn: "Safe search: moderate ▼"
- tapOn: "Off"
Expand Down

0 comments on commit 4a220f8

Please sign in to comment.