Skip to content
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

Fix certain block settings not setting #672

Merged
merged 2 commits into from Jan 29, 2021
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev

Test update

  • Loading branch information
leuryr committed Jan 29, 2021
commit d45f316665d0717ea005250f7130286de9ecd6f7
@@ -67,7 +67,7 @@ describe('app/dawn-hub/Views/OnboardingViews/Step2_BlockSettingsView/BlockSettin
instance.toggleRecommendedChoices(true);
expect(component.state('enable_ad_block')).toBe(true);
expect(component.state('kindsOfTrackers')).toBe(1);
expect(component.state('antiTracking')).toBe(true);
expect(component.state('enable_anti_tracking')).toBe(true);
expect(component.state('enable_smart_block')).toBe(true);

instance.handleAnswerChange('enable_ad_block', false);
ProTip! Use n and p to navigate between commits in a pull request.