-
Notifications
You must be signed in to change notification settings - Fork 927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move privacy maestro test to use tags #3459
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
d4bc4ad
to
c45d137
Compare
@@ -21,7 +21,7 @@ jobs: | |||
- name: Set up JDK 11 | |||
uses: actions/setup-java@v3 | |||
with: | |||
java-version: '11' | |||
java-version: '17' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have been 17 always, probably sync tests never ran
c45d137
to
4421b91
Compare
4421b91
to
b9671b7
Compare
b9671b7
to
b0b1b53
Compare
@@ -9,6 +9,7 @@ appId: com.duckduckgo.mobile.android | |||
- tapOn: "Allow" | |||
- assertVisible: | |||
text: ".*Welcome to DuckDuckGo!.*" | |||
optional: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding optional because this is flaky in CI and anyways it's optional step
@@ -9,6 +9,7 @@ appId: com.duckduckgo.mobile.android | |||
- tapOn: "Don’t allow" | |||
- assertVisible: | |||
text: ".*Welcome to DuckDuckGo!.*" | |||
optional: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding optional because this is flaky in CI and anyways it's optional step
Task/Issue URL: https://app.asana.com/0/0/1205258019391734/f ### Description Move e2e privacy test to use shared onboarding flow, and use the tag `privacyTest` ### Steps to test this PR https://github.com/duckduckgo/Android/actions/runs/5868616041/job/15911849417 passes
Task/Issue URL: https://app.asana.com/0/0/1205258019391734/f
Description
Move e2e privacy test to use shared onboarding flow, and use the tag
privacyTest
Steps to test this PR
https://github.com/duckduckgo/Android/actions/runs/5868616041/job/15911849417 passes