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

GH-2178: Update Anti-suite names where they appear in GBE #614

Closed
wants to merge 16 commits into from
Closed
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Update snapshot

  • Loading branch information
benstrumeyer committed Oct 1, 2020
commit 71779724fd6e065d30011b3177aad4d65e384df1
@@ -51,7 +51,7 @@ exports[`app/hub/Views/TutorialViews/TutorialAntiSuiteView component Snapshot te
<div
className="TutorialView__keyTitle"
>
enhanced_anti_tracking
anti_tracking
</div>
<div
className="TutorialView__keyText"
@@ -70,7 +70,7 @@ exports[`app/hub/Views/TutorialViews/TutorialAntiSuiteView component Snapshot te
<div
className="TutorialView__keyTitle"
>
enhanced_ad_blocking
ad_blocking
</div>
<div
className="TutorialView__keyText"
@@ -180,7 +180,7 @@ exports[`app/panel-android/components/content/OverviewTab.jsx Snapshot tests wit
<div
className="CliqzFeature__feature-name"
>
enhanced_anti_tracking
anti_tracking
</div>
</div>
</div>
@@ -202,7 +202,7 @@ exports[`app/panel-android/components/content/OverviewTab.jsx Snapshot tests wit
<div
className="CliqzFeature__feature-name"
>
enhanced_ad_blocking
ad_blocking
</div>
</div>
</div>
@@ -455,7 +455,7 @@ exports[`app/panel-android/components/content/OverviewTab.jsx Snapshot tests wit
<div
className="CliqzFeature__feature-name"
>
enhanced_anti_tracking
anti_tracking
</div>
</div>
</div>
@@ -477,7 +477,7 @@ exports[`app/panel-android/components/content/OverviewTab.jsx Snapshot tests wit
<div
className="CliqzFeature__feature-name"
>
enhanced_ad_blocking
ad_blocking
</div>
</div>
</div>
@@ -17,7 +17,7 @@ exports[`app/panel/components/CliqzFeature.jsx Snapshot tests with react-test-re
<div
className="CliqzFeature__feature-name"
>
enhanced_anti_tracking
anti_tracking
</div>
</div>
<div
@@ -35,7 +35,7 @@ exports[`app/panel/components/CliqzFeature.jsx Snapshot tests with react-test-re
<div
className="CliqzFeature__feature-name"
>
enhanced_ad_blocking
ad_blocking
</div>
</div>
<div
@@ -76,7 +76,7 @@ exports[`app/panel/components/CliqzFeature.jsx Snapshot tests with react-test-re
<div
className="CliqzFeature__feature-name"
>
enhanced_anti_tracking
anti_tracking
</div>
</div>
<div
@@ -94,7 +94,7 @@ exports[`app/panel/components/CliqzFeature.jsx Snapshot tests with react-test-re
<div
className="CliqzFeature__feature-name"
>
enhanced_ad_blocking
ad_blocking
</div>
</div>
<div
@@ -135,7 +135,7 @@ exports[`app/panel/components/CliqzFeature.jsx Snapshot tests with react-test-re
<div
className="CliqzFeature__feature-name"
>
enhanced_anti_tracking
anti_tracking
</div>
</div>
<div
@@ -153,7 +153,7 @@ exports[`app/panel/components/CliqzFeature.jsx Snapshot tests with react-test-re
<div
className="CliqzFeature__feature-name"
>
enhanced_ad_blocking
ad_blocking
</div>
</div>
<div
ProTip! Use n and p to navigate between commits in a pull request.