Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaAbdellateef committed Oct 21, 2024
1 parent 152b62b commit 2c39326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Dialog/Dialog.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ test('dialog has variant classnames', () => {
'h-4 w-4 cursor-pointer border-none leading-normal outline-0 p-1 bg-black'
);
expect(dialog.className).toMatchInlineSnapshot(
`"has-[button[slot="dismiss-button"]]:pt-10 relative outline-none [&>*:not(:last-child)]:mb-4 grid [grid-template-areas:'title'_'content'_'actions'_'footer'] p-5 bg-green-400"`
`"relative outline-none [&>*:not(:last-child)]:mb-4 grid [grid-template-areas:'title'_'content'_'actions'_'footer'] p-5 bg-green-400"`
);
});

Expand Down

0 comments on commit 2c39326

Please sign in to comment.