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-2232: localization-related UI fixes #686

Merged
merged 8 commits into from Feb 12, 2021

Update test snapshot

  • Loading branch information
wlycdgr committed Feb 11, 2021
commit 4b89786c551e95f473a03c1f0cb9e635ff1065d5
@@ -9,7 +9,7 @@ exports[`app/dawn-hub/Views/OnboardingViews/Step4_ChoosePlanView/ChoosePlanView.
exports[`app/dawn-hub/Views/OnboardingViews/Step4_ChoosePlanView/ChoosePlanView.test.jsx Shallow snapshot tests rendered with Enzyme ChoosePlanView View with user not logged in 1`] = `ShallowWrapper {}`;

exports[`app/dawn-hub/Views/OnboardingViews/Step4_ChoosePlanView/ChoosePlanView.test.jsx Snapshot tests with react-test-renderer ChoosePlanView is rendered correctly 1`] = `
<div>
Array [
<div
className="ChoosePlanView__relativeContainer"
>
@@ -31,7 +31,7 @@ exports[`app/dawn-hub/Views/OnboardingViews/Step4_ChoosePlanView/ChoosePlanView.
</span>
</a>
</div>
</div>
</div>,
<div
className="ChoosePlanView"
>
@@ -86,6 +86,6 @@ exports[`app/dawn-hub/Views/OnboardingViews/Step4_ChoosePlanView/ChoosePlanView.
className="ChoosePlanView__arrow up"
onClick={[Function]}
/>
</div>
</div>
</div>,
]
`;
ProTip! Use n and p to navigate between commits in a pull request.