Skip to content

Commit

Permalink
Refs #267520 - Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Mar 25, 2024
1 parent fe60579 commit a322dd9
Showing 1 changed file with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`NewsItemView should render the component 1`] = `
<div>
<div
className="insitu-newsitem-view"
>
<div>
Title Block Component
</div>
<div
className="ui container"
>
<p
className="documentDescription eea callout"
/>
<div
dangerouslySetInnerHTML={
Object {
"__html": undefined,
}
}
/>
</div>
</div>
`;

0 comments on commit a322dd9

Please sign in to comment.