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-2051: Update (remove) In-App Plus/Premium pricing #547

Merged
merged 7 commits into from May 20, 2020

Update tests

  • Loading branch information
benstrumeyer committed May 12, 2020
commit 68358fe7a8436f58e578cdb617bfc9b4faf8c91d
@@ -56,7 +56,6 @@ describe('app/hub/Views/PlusView component', () => {
expect(component.find('.PlusView__headingImage').length).toBe(1);
expect(component.find('.PlusView__headingTitle').length).toBe(5);
expect(component.find('.PlusView__headingDescription').length).toBe(5);
expect(component.find('.PlusView__headingCost').length).toBe(1);
expect(component.find('.PlusView__perk').length).toBe(3);
expect(component.find('.PlusView__perkIcon').length).toBe(3);
expect(component.find('.PlusView__perkTitle').length).toBe(3);
@@ -31,14 +31,6 @@ exports[`app/hub/Views/PlusView component Snapshot tests with react-test-rendere
>
already_subscribed
</div>
<div
className="PlusView__headingCost flex-container align-middle"
dangerouslySetInnerHTML={
Object {
"__html": "hub_supporter_price",
}
}
/>
</div>
</div>
</div>
@@ -368,14 +360,6 @@ exports[`app/hub/Views/PlusView component Snapshot tests with react-test-rendere
>
get_ghostery_plus
</a>
<div
className="PlusView__headingCost flex-container align-middle"
dangerouslySetInnerHTML={
Object {
"__html": "hub_supporter_price",
}
}
/>
</div>
</div>
</div>
ProTip! Use n and p to navigate between commits in a pull request.