Skip to content

Commit 9c7707f

Browse files
Fix Playwright snapshots to match system fonts
1 parent 1bd9e49 commit 9c7707f

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

+1-1
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)