Skip to content

Commit

Permalink
chore: fix ci, update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Sep 30, 2020
1 parent 726d957 commit 39a44e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/breadcrumbs/__tests__/Breadcrumbs.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ describe("Breadcrumb", () => {
<a
aria-current="page"
aria-disabled="true"
disabled=""
href="https://www.w3.org/TR/wai-aria-practices-1.1/#breadcrumb"
style="pointer-events: none;"
tabindex="-1"
>
Breadcrumb Pattern
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/link/__tests__/Link.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ describe("ReakitLink", () => {
<div>
<a
aria-disabled="true"
disabled=""
href="#"
rel="noopener noreferrer"
style="pointer-events: none;"
tabindex="-1"
target="_blank"
>
link
Expand Down

0 comments on commit 39a44e1

Please sign in to comment.