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 0412d5a commit 046c0ff
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,23 @@ exports[`NewsItemView should render the component 1`] = `
<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 046c0ff

Please sign in to comment.