Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Nov 22, 2024
1 parent 71d50ff commit 2464f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __test__/__snapshots__/component.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exports[`Loading component renders when active 1`] = `
<div
aria-busy="true"
aria-label="Loading"
aria-live="polite"
class="vl-overlay vl-active vl-full-page"
tabindex="0"
>
Expand Down Expand Up @@ -76,6 +77,7 @@ exports[`Loading component renders when not active 1`] = `
<div
aria-busy="false"
aria-label="Loading"
aria-live="polite"
class="vl-overlay vl-active vl-full-page"
style="display: none;"
tabindex="0"
Expand Down
1 change: 1 addition & 0 deletions __test__/__snapshots__/props.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exports[`Loading component props accepts props 1`] = `
<div
aria-busy="true"
aria-label="Loading"
aria-live="polite"
class="vl-overlay vl-active"
style="z-index: 9999;"
tabindex="0"
Expand Down

0 comments on commit 2464f2b

Please sign in to comment.