Skip to content

Commit

Permalink
feat(modal): update test label to "its default value"
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Jul 29, 2024
1 parent e274249 commit 39dee25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('ods-modal rendering', () => {
expect(root?.getAttribute('color')).toBe(colorValue);
});

it('should be set to "information" by default', async() => {
it('should be set to its default value', async() => {
await setup('<ods-modal></ods-modal>');

expect(root?.getAttribute('color')).toBe(ODS_MODAL_COLOR.information);
Expand Down

0 comments on commit 39dee25

Please sign in to comment.