Skip to content

Commit fdb0116

Browse files
committed
fix: Broken tests
1 parent 9255469 commit fdb0116

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/editors/sharedComponents/BaseModal/__snapshots__/index.test.jsx.snap

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ exports[`BaseModal ImageUploadModal template component snapshot 1`] = `
3232
</Scrollable>
3333
<ModalDialog.Footer>
3434
<ActionRow>
35-
props.footerAction node
36-
<ActionRow.Spacer />
35+
<Fragment>
36+
props.footerAction node
37+
<ActionRow.Spacer />
38+
</Fragment>
3739
<ModalDialog.CloseButton
3840
onClick={[MockFunction props.close]}
3941
variant="tertiary"

0 commit comments

Comments
 (0)