-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
NTP Rewards widget should not enable AC for users that have turned AC off #14735
Comments
Verified passed with
Verified test plan from brave/brave-core#8273 (comment) Scenario 1 - Existing user, no UpholdInstalled 1.24.46 using staging env. Scenario 2 - Existing user with UpholdInstalled 1.24.46 using staging env. Scenario 3 - Upgrade profile with non-zero balance, no UpholdInstall 1.23.x using staging env. Scenario 4 - Upgrade profile with non-zero balance with UpholdInstall 1.23.x using staging env. Scenario 5 - Upgrade profile with zero balance, no UpholdInstall 1.23.x using staging env. Scenario 6 - Upgrade profile with zero balance with UpholdInstall 1.23.x using staging env. Verification passed on
Verified test plan from brave/brave-core#8273 (comment) Scenario 1 - Existing user, no UpholdInstalled 1.24.46 using staging env. Scenario 2 - Existing user with UpholdInstalled 1.24.46 using staging env. Scenario 3 - Upgrade profile with non-zero balance, no UpholdInstall 1.23.x using staging env. Scenario 4 - Upgrade profile with non-zero balance with UpholdInstall 1.23.x using staging env. Scenario 5 - Upgrade profile with zero balance, no UpholdInstall 1.23.x using staging env. Scenario 6 - Upgrade profile with zero balance with UpholdInstall 1.23.x using staging env. Verification passed on
Verified test plan from brave/brave-core#8273 (comment) Scenario 1 - Existing user, no UpholdInstalled 1.24.46 using staging env. Scenario 2 - Existing user with UpholdInstalled 1.24.46 using staging env. Scenario 3 - Upgrade profile with non-zero balance, no UpholdInstall 1.23.x using staging env. Scenario 4 - Upgrade profile with non-zero balance with UpholdInstall 1.23.x using staging env. Scenario 5 - Upgrade profile with zero balance, no UpholdInstall 1.23.x using staging env. Scenario 6 - Upgrade profile with zero balance with UpholdInstall 1.23.x using staging env. |
Description
Currently, the NTP rewards widget will show an onboarding CTA if the user has not enabled ads, or if the user has disabled Ads. When the user clicks the button, both Ads and AC are enabled. This can lead to confusion for users that have explicitly disabled AC in the past.
Steps to Reproduce
brave://rewards
and click "Start using Rewards".brave://rewards
Actual result:
AC is enabled.
Expected result:
AC is not enabled.
The text was updated successfully, but these errors were encountered: