Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Apr 30, 2024
1 parent 6dfb1d4 commit 1a47353
Showing 1 changed file with 2 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,7 @@ exports[`sidebar popup is not rendered when the block is not selected 1`] = `
timeout={500}
unmountOnExit={true}
>
<React.Fragment>
Object {
"$$typeof": Symbol(react.portal),
"children": <aside
className="sidebar-container"
onClick={[Function]}
onKeyDown={[Function]}
role="presentation"
style={
Object {
"overflowY": "auto",
}
}
>
<p>
Tested, but you shouldn't see this in the snapshot!
</p>
</aside>,
"containerInfo": <body />,
"implementation": null,
"key": null,
}
</React.Fragment>
<React.Fragment />
</CSSTransition>
</React.Fragment>
`;
Expand All @@ -43,29 +21,7 @@ exports[`sidebar popup is rendered when the block is selected 1`] = `
timeout={500}
unmountOnExit={true}
>
<React.Fragment>
Object {
"$$typeof": Symbol(react.portal),
"children": <aside
className="sidebar-container"
onClick={[Function]}
onKeyDown={[Function]}
role="presentation"
style={
Object {
"overflowY": "auto",
}
}
>
<p>
Tested!
</p>
</aside>,
"containerInfo": <body />,
"implementation": null,
"key": null,
}
</React.Fragment>
<React.Fragment />
</CSSTransition>
</React.Fragment>
`;

0 comments on commit 1a47353

Please sign in to comment.