Skip to content

Commit

Permalink
Update assertAriaLabelledby call
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerie R Young committed Sep 27, 2018
1 parent 8f1562c commit 9d38848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/slider-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ariaTest('"aria-valuetext" reflects slider value', exampleFile, 'aria-valuetext'

ariaTest('"aria-labelledby" set on sliders', exampleFile, 'aria-labelledby', async (t) => {
t.plan(1);
await assertAriaLabelledby(t, 'ex1', ex.sliderSelector);
await assertAriaLabelledby(t, ex.sliderSelector);
});


Expand Down

0 comments on commit 9d38848

Please sign in to comment.