Skip to content

Commit

Permalink
Fix end-to-end workflows (#5597)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1201807753394693/1209324446638364/f

### Description
Fix a couple of worflows that still failed because onboarding changes

### Steps to test this PR

- [ ] Run maestro tests
- [ ] Check they pass

### No UI changes
  • Loading branch information
nalcalag authored and LukasPaczos committed Feb 7, 2025
1 parent 6062791 commit 154bbeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .maestro/custom_tabs/custom_tabs_navigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ tags:
stopApp: true

- assertVisible:
text: ".*Ready for a better, more private internet?.*"
text: ".*Ready for a faster browser that keeps you protected?.*"
- tapOn: "let's do it!"
- assertVisible:
text: ".*Privacy protections activated.*"
text: "Protections activated!"
- tapOn: "choose your browser"
- runFlow:
when:
Expand Down
4 changes: 2 additions & 2 deletions .maestro/custom_tabs/custom_tabs_navigation_new_tab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ tags:
stopApp: true

- assertVisible:
text: ".*Ready for a better, more private internet?.*"
text: ".*Ready for a faster browser that keeps you protected?.*"
- tapOn: "let's do it!"
- assertVisible:
text: ".*Privacy protections activated.*"
text: "Protections activated!"
- tapOn: "choose your browser"
- runFlow:
when:
Expand Down
2 changes: 1 addition & 1 deletion .maestro/fire_button/fire_dialog_during_onboarding.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appId: com.duckduckgo.mobile.android
name: "ReleaseTest: Fire button is working"
name: "ReleaseTest: Fire button skip working"
tags:
- releaseTest
---
Expand Down

0 comments on commit 154bbeb

Please sign in to comment.