Skip to content

Commit a6d9b8c

Browse files
committed
test(icon): fix a11y test
1 parent e5e7bcd commit a6d9b8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/icon/test/a11y/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ <h2>SVG icon with aria-hidden</h2>
3333
<hr />
3434

3535
<h2>Font icon with aria-label</h2>
36-
<ion-icon name="cellular" aria-label="Mobile data">
36+
<ion-icon aria-label="Mobile data">
3737
<i class="fa fa-home"></i>
3838
</ion-icon>
3939

4040
<h2>Button with aria-label and font icon</h2>
4141
<button aria-label="Mobile data">
42-
<ion-icon name="cellular" aria-hidden="true">
42+
<ion-icon aria-hidden="true">
4343
<i class="fa fa-home"></i>
4444
</ion-icon>
4545
</button>
4646

4747
<h2>Font icon with aria-hidden</h2>
48-
<ion-icon name="cellular" aria-hidden="true">
48+
<ion-icon aria-hidden="true">
4949
<i class="fa fa-home"></i>
5050
</ion-icon>
5151
</main>

0 commit comments

Comments
 (0)