Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 2464f2b

Browse files
committed
fix failing tests
1 parent 71d50ff commit 2464f2b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

__test__/__snapshots__/component.spec.js.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ exports[`Loading component renders when active 1`] = `
1010
<div
1111
aria-busy="true"
1212
aria-label="Loading"
13+
aria-live="polite"
1314
class="vl-overlay vl-active vl-full-page"
1415
tabindex="0"
1516
>
@@ -76,6 +77,7 @@ exports[`Loading component renders when not active 1`] = `
7677
<div
7778
aria-busy="false"
7879
aria-label="Loading"
80+
aria-live="polite"
7981
class="vl-overlay vl-active vl-full-page"
8082
style="display: none;"
8183
tabindex="0"

__test__/__snapshots__/props.spec.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ exports[`Loading component props accepts props 1`] = `
1010
<div
1111
aria-busy="true"
1212
aria-label="Loading"
13+
aria-live="polite"
1314
class="vl-overlay vl-active"
1415
style="z-index: 9999;"
1516
tabindex="0"

0 commit comments

Comments
 (0)