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-339 HomeView and SideNavigation for Ghostery Hub #179

Merged
merged 8 commits into from Aug 31, 2018

Fix more tests

  • Loading branch information
IAmThePan committed Aug 31, 2018
commit f1cd275496291cb7d38f2aef764a3babc1218b68
@@ -34,6 +34,8 @@ exports[`app/hub/Views/RewardsView component Snapshot tests with react-test-rend
<a
className="RewardsView__button button success"
href="https://www.ghostery.com/faqs/what-is-ghostery-rewards/"
rel="noopener noreferrer"
target="_blank"
>
hub_rewards_header_learn_more
</a>
@@ -4,8 +4,12 @@ exports[`app/hub/Views/SideNavigationView component More Snapshot tests with rea
<div
className="SideNavigation flex-container flex-dir-column"
>
<div
className="SideNavigation__top"
<a
aria-current="page"
className="SideNavigation__top active"
href="/"
onClick={[Function]}
style={Object {}}
/>
<div
className="SideNavigation__menu flex-child-grow flex-container flex-dir-column"
@@ -20,8 +24,12 @@ exports[`app/hub/Views/SideNavigationView component Snapshot tests with react-te
<div
className="SideNavigation flex-container flex-dir-column"
>
<div
className="SideNavigation__top"
<a
aria-current="page"
className="SideNavigation__top active"
href="/"
onClick={[Function]}
style={Object {}}
/>
<div
className="SideNavigation__menu flex-child-grow flex-container flex-dir-column"
ProTip! Use n and p to navigate between commits in a pull request.