Skip to content

Commit

Permalink
fix: Link.test.js style check modified to check for new style
Browse files Browse the repository at this point in the history
  • Loading branch information
will0684 committed Nov 24, 2022
1 parent e15b44e commit 4f00949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Link/Link.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("Link", () => {
FooterBlueLink.args.text
);
expect(screen.getByRole("link")).toHaveClass(
"ds-underline ds-text-multi-blue-blue70b ds-font-body ds-leading-20px ds-text-browserh7 hover:ds-underline"
"ds-text-multi-blue-blue70b ds-font-body ds-leading-20px ds-text-browserh7 hover:ds-underline"
);
expect(screen.getByLabelText(FooterBlueLink.args.text)).toBeInTheDocument();
});
Expand Down

0 comments on commit 4f00949

Please sign in to comment.