Skip to content

Commit 185768c

Browse files
bedrich-schindlerlukasbriza
authored andcommitted
Fix Playwright snapshots to match system fonts
1 parent adb5bfa commit 185768c

File tree

96 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1
-1
lines changed

src/components/Modal/__tests__/Modal.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
within,
77
} from '@testing-library/react';
88
import userEvent from '@testing-library/user-event';
9-
import { feedbackColorPropTest } from '../../../../tests/propTests/feedbackColorPropTest';
9+
import { feedbackColorPropTest } from '../../../../tests/jest/propTests/feedbackColorPropTest';
1010
import { Button } from '../../..';
1111
import { Modal } from '../Modal';
1212
import { ModalBody } from '../ModalBody';

0 commit comments

Comments
 (0)