Skip to content
Snippets Groups Projects
Commit 2f53fc65 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

feat: update tests

parent ee485e69
Branches
Tags
1 merge request!321Features/accessibility navigation
......@@ -12,11 +12,27 @@ exports[`LegalNoticeView component should be rendered correctly 1`] = `
>
legal.title_legal
</div>
<ForwardRef
<ForwardRef(WithStyles)
className="legal-notice-card-link"
component={
Object {
"$$typeof": Symbol(react.forward_ref),
"displayName": "Link",
"propTypes": Object {
"innerRef": [Function],
"onClick": [Function],
"replace": [Function],
"target": [Function],
"to": [Function],
},
"render": [Function],
}
}
to="options/legalnotice"
>
<StyledCard>
<div
className="card"
>
<div
className="legal-notice-card"
>
......@@ -35,8 +51,8 @@ exports[`LegalNoticeView component should be rendered correctly 1`] = `
</div>
</div>
</div>
</StyledCard>
</ForwardRef>
</div>
</ForwardRef(WithStyles)>
</div>
</div>
`;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment