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

feat: update tests

parent ee485e69
No related branches found
No related tags found
1 merge request!321Features/accessibility navigation
...@@ -12,11 +12,27 @@ exports[`LegalNoticeView component should be rendered correctly 1`] = ` ...@@ -12,11 +12,27 @@ exports[`LegalNoticeView component should be rendered correctly 1`] = `
> >
legal.title_legal legal.title_legal
</div> </div>
<ForwardRef <ForwardRef(WithStyles)
className="legal-notice-card-link" 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" to="options/legalnotice"
> >
<StyledCard> <div
className="card"
>
<div <div
className="legal-notice-card" className="legal-notice-card"
> >
...@@ -35,8 +51,8 @@ exports[`LegalNoticeView component should be rendered correctly 1`] = ` ...@@ -35,8 +51,8 @@ exports[`LegalNoticeView component should be rendered correctly 1`] = `
</div> </div>
</div> </div>
</div> </div>
</StyledCard> </div>
</ForwardRef> </ForwardRef(WithStyles)>
</div> </div>
</div> </div>
`; `;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment