Skip to content

Commit 8bf7e04

Browse files
committed
chore: fix a11y tests
1 parent 6a9858e commit 8bf7e04

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/reactive-controllers/test/pending-state.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ describe('PendingStateController', () => {
8383
id="loader"
8484
size="s"
8585
indeterminate
86-
aria-label=${pendingLabel}
8786
aria-valuetext=${pendingLabel}
8887
class="progress-circle"
8988
></sp-progress-circle>
@@ -104,7 +103,6 @@ describe('PendingStateController', () => {
104103
id="loader"
105104
size="s"
106105
indeterminate
107-
aria-label="Pending"
108106
aria-valuetext="Pending"
109107
class="progress-circle"
110108
></sp-progress-circle>
@@ -149,7 +147,6 @@ describe('PendingStateController', () => {
149147
id="loader"
150148
size="s"
151149
indeterminate
152-
aria-label="Pending"
153150
aria-valuetext="Pending"
154151
class="progress-circle"
155152
></sp-progress-circle>

0 commit comments

Comments
 (0)