Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Oct 31, 2023
1 parent 2152706 commit 82a5ab9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/js/lib/components/colors/FormatGroup.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ describe('FormatGroup', () => {
FORMAT_GROUPS[GROUP_NAME]?.forEach((format) => {
expect(getByTestId(`format-${format}`)).toBeVisible();
});
expect(
getByText('Selected color is outside the sRGB gamut.'),
).toBeVisible();
expect(getByText('outside the sRGB gamut.')).toBeVisible();
});
});

0 comments on commit 82a5ab9

Please sign in to comment.