diff --git a/package-lock.json b/package-lock.json index 5c49e5b1..03110ce0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,6 @@ "@chromatic-com/storybook": "^3.2.2", "@commitlint/cli": "^17.4.4", "@commitlint/config-conventional": "^17.4.4", - "@faker-js/faker": "^9.0.3", "@storybook/addon-a11y": "^8.4.7", "@storybook/addon-actions": "^8.4.7", "@storybook/addon-coverage": "^1.0.4", diff --git a/package.json b/package.json index 60aad503..792e9a61 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,6 @@ "@chromatic-com/storybook": "^3.2.2", "@commitlint/cli": "^17.4.4", "@commitlint/config-conventional": "^17.4.4", - "@faker-js/faker": "^9.0.3", "@storybook/addon-a11y": "^8.4.7", "@storybook/addon-actions": "^8.4.7", "@storybook/addon-coverage": "^1.0.4", diff --git a/packages/react/src/components/Table/test-utils/assertUncontrolledSort.tsx b/packages/react/src/components/Table/test-utils/assertUncontrolledSort.tsx index 96963444..d6808ae8 100644 --- a/packages/react/src/components/Table/test-utils/assertUncontrolledSort.tsx +++ b/packages/react/src/components/Table/test-utils/assertUncontrolledSort.tsx @@ -14,9 +14,9 @@ export async function assertUncontrolledSort( const rows = screen.getAllByRole('row'); /* spell-checker: disable */ - within(rows[1]).getByText('Alberto Abshire'); - within(rows[2]).getByText('Bernice Orn'); - within(rows[3]).getByText('Bert Greenholt'); + within(rows[1]).getByText('Abel Walter'); + within(rows[2]).getByText('Andy Leannon'); + within(rows[3]).getByText('Bert Schultz'); /* spell-checker: enable */ } @@ -26,9 +26,9 @@ export async function assertUncontrolledSort( const rows = screen.getAllByRole('row'); /* spell-checker: disable */ - within(rows[1]).getByText('Willie Mitchell'); - within(rows[2]).getByText('Valerie Marks'); - within(rows[3]).getByText('Taylor Runolfsdottir'); + within(rows[1]).getByText('Winifred Hirthe'); + within(rows[2]).getByText('Willard Keebler'); + within(rows[3]).getByText('Terrance Nicolas'); /* spell-checker: enable */ } @@ -38,9 +38,9 @@ export async function assertUncontrolledSort( const rows = screen.getAllByRole('row'); /* spell-checker: disable */ - within(rows[1]).getByText('Leroy Lubowitz'); - within(rows[2]).getByText('Mathew Heathcote'); - within(rows[3]).getByText('Bridget Daniel'); + within(rows[1]).getByText('Edmond Lubowitz'); + within(rows[2]).getByText('Jeffery Heathcote'); + within(rows[3]).getByText('Natalie Daniel'); /* spell-checker: enable */ }