Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjishiromajp committed Oct 3, 2023
1 parent f195712 commit e5b0214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/flexi-cell/flexi-cell.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('FlexiCell', () => {
it('renders the style correctly', () => {
const style = styles();
// TODO: use some variants for test
expect(style.base()).toBe('relative flex gap-2 bg-white px-2 py-3 transition-colors focus:focus-outline');
expect(style.base()).toBe('relative flex gap-2 bg-white p-2 transition-colors focus:focus-outline md:p-3');
expect(style.badge()).toBe('absolute right-0 top-0');
expect(style.bodyWrapper()).toBe('flex flex-1 flex-col');
});
Expand Down

0 comments on commit e5b0214

Please sign in to comment.