Skip to content

Commit

Permalink
test(slider): Update slider tests with new accessible tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirori authored and pauljeter committed Sep 16, 2019
1 parent 194903b commit 787443f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions react/src/lib/Slider/tests/__snapshots__/index.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ ShallowWrapper {
"key": undefined,
"nodeType": "host",
"props": Object {
"aria-valuemax": 100,
"aria-valuemin": 0,
"aria-valuenow": undefined,
"aria-valuetext": "Low is 20, high is 40",
"children": Array [
<span
className="md-slider__bar"
Expand Down Expand Up @@ -69,6 +73,7 @@ ShallowWrapper {
</div>,
],
"className": "md-slider ",
"role": "slider",
},
"ref": null,
"rendered": Array [
Expand Down Expand Up @@ -178,6 +183,10 @@ ShallowWrapper {
"key": undefined,
"nodeType": "host",
"props": Object {
"aria-valuemax": 100,
"aria-valuemin": 0,
"aria-valuenow": undefined,
"aria-valuetext": "Low is 20, high is 40",
"children": Array [
<span
className="md-slider__bar"
Expand Down Expand Up @@ -213,6 +222,7 @@ ShallowWrapper {
</div>,
],
"className": "md-slider ",
"role": "slider",
},
"ref": null,
"rendered": Array [
Expand Down

0 comments on commit 787443f

Please sign in to comment.