We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca89f6f commit 49a8614Copy full SHA for 49a8614
packages/forms/src/elements/input-group/InputGroup.spec.tsx
@@ -38,7 +38,7 @@ describe('InputGroup', () => {
38
39
fireEvent.focus(input);
40
41
- expect(input).toHaveStyleRule('box-shadow', 'inset 0 0 0 1px #fff, inset 0 0 0 3px #1f73b7', {
+ expect(input).toHaveStyleRule('box-shadow', expect.stringContaining('inset'), {
42
modifier: '&:focus-visible'
43
});
44
0 commit comments