Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update Hyperlink.test.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MadanKumarGovindaswamy committed May 23, 2024
1 parent 445b31f commit 223b7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/terra-hyperlink/tests/jest/Hyperlink.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('Hyperlink', () => {
it('should render a default hyperlink button with data styling attribute', () => {
const wrapper = enzymeIntl.renderWithIntl(<Hyperlink text="Default hyperlink button" onClick={() => {}} />);
expect(wrapper.find('data-focus-styles-enabled')).toBeDefined();
expect(wrapper.prop('data-focus-styles-enabled')).toEqual("true");
expect(wrapper.prop('data-focus-styles-enabled')).toEqual('true');
expect(wrapper).toMatchSnapshot();
});

Expand Down

0 comments on commit 223b7fe

Please sign in to comment.