Skip to content

Commit

Permalink
Fix notifications maestro tests (#3046)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/488551667048375/1204350276401779/f

### Description
This PR fixes the maestro tests for notifications

### Steps to test this PR

- [ ] https://github.com/duckduckgo/Android/actions/runs/4638285325
should pass the notifications tests
  • Loading branch information
marcosholgado authored Apr 7, 2023
1 parent f35d21d commit 1c87d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ appId: com.duckduckgo.mobile.android
- launchApp:
clearState: true
stopApp: true
permissions: { all: unset }
- assertVisible:
text: ".*Allow DuckDuckGo to send you notifications.*"
- tapOn: "Allow"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ appId: com.duckduckgo.mobile.android
- launchApp:
clearState: true
stopApp: true
permissions: { all: unset }
- assertVisible:
text: ".*Allow DuckDuckGo to send you notifications.*"
- tapOn: "Don’t allow"
Expand Down

0 comments on commit 1c87d7f

Please sign in to comment.