Skip to content

Commit

Permalink
added test to slider-thermostat
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Feb 9, 2021
1 parent a01f526 commit 512b738
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/tests/slider_slider-thermostat.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ ariaTest(
}
);

ariaTest(
'"aria-labelledby" set on group',
exampleFile,
'group-aria-labelledby',
async (t) => {
await assertAriaLabelledby(t, ex.groupSelector);
}
);

ariaTest(
'SVG rects used for the rail have aria-hidden',
exampleFile,
Expand Down

0 comments on commit 512b738

Please sign in to comment.