-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Custom ad notifications are not shown when system notifications are disabled #18351
Comments
Needs to be verified along with brave/brave-variations#128 Verification should include all test cases from brave/brave-variations#120 |
Issue repro'd on Android as well. Using command line args for variations ad notifications are not shown. Logs shows
|
We only move the |
Verification passed on
Case 1: Should show custom ad notifications
Case 2: Should show native ad notifications
Case 3: Show custom ads when custom ads enabled via brave://flags and System notifications are ON
Case 4: Show custom ads when custom ads enabled via brave://flags and System notifications are OFF
Verification passed on
Verified Verification PASSED on
Confirmed with @btlechowski that STR from description are applicable to Windows only. Verified macOS cases from brave/brave-variations#120 (comment). Default settings (native notifications enabled) - PASSED
Ensured the following is being displayed in the terminal and
Native notifications disabled - PASSED
|
We should fall back to custom ad notifications when system notifications are disabled
Follow up to: brave/brave-variations#120
Steps to Reproduce
--enable-logging=stderr --vmodule="*/variations/*"=6,"*/bat-native-ledger/*"=6,"*/brave_rewards/*"=6,"*/bat-native-ads/*"=6,"*/bat-native-confirmations/*"=6,"*/brave_ads/*"=9,"*/brave_user_model/*"=6 --brave-ads-staging --brave-ads-debug --rewards=staging=true --variations-server-url=https://variations.bravesoftware.com/seed
brave://version
Actual result:
Notification is not shown at all
Expected result:
Custom notification is shown
Reproduces how often:
Easily reproduced
Brave version (brave://version info)
cc @brave/legacy_qa @rebron @tmancey @jsecretan
The text was updated successfully, but these errors were encountered: