Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 7, 2020
1 parent 577329a commit f9964fc
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions lib/a11y-snapshot/__snapshots__/material-ui.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10751,6 +10751,16 @@ exports[`chromium /components/slider 1`] = `
>
Disabled slider
</slider>
<paragraph>
<text>Vertical primary slider</text>
</paragraph>
<slider
value="30"
valuetext=""
valuemax="100"
valuemin="0"
orientation="vertical"
></slider>
<toolbar>
demo source
<group>
Expand Down Expand Up @@ -11671,6 +11681,56 @@ exports[`chromium /components/slider 1`] = `
<Pre>
<code>$SOME_CODE</code>
</Pre>
<heading level="2">
Unstyled slider
<Anchor></Anchor>
<text>Unstyled slider</text>
</heading>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<slider
value="10"
valuetext=""
valuemax="100"
valuemin="0"
orientation="horizontal"
></slider>
<toolbar>
demo source
<group>
<button pressed="true">Show JavaScript source</button>
<button pressed="false">Show TypeScript source</button>
</group>
<button description="Show the full source">
Show the full source
<SVGRoot></SVGRoot>
</button>
<button description="Edit in CodeSandbox">
Edit in CodeSandbox
<SVGRoot></SVGRoot>
</button>
<button description="Copy the source">
Copy the source
<SVGRoot></SVGRoot>
</button>
<button description="Reset focus to test keyboard navigation">
Reset focus to test keyboard navigation
<SVGRoot></SVGRoot>
</button>
<button description="Reset demo">
Reset demo
<SVGRoot></SVGRoot>
</button>
<combobox haspopup="menu">
See more
<SVGRoot></SVGRoot>
</combobox>
</toolbar>
<Pre>
<code>$SOME_CODE</code>
</Pre>
<heading level="2">
Accessibility
<Anchor></Anchor>
Expand Down Expand Up @@ -26111,6 +26171,10 @@ exports[`firefox /components/slider 1`] = `
<slider value="30" valuetext="30" orientation="horizontal">
Disabled slider
</slider>
<paragraph>
<text>Vertical primary slider</text>
</paragraph>
<slider value="30" valuetext="30" orientation="vertical"></slider>
<toolbar>
demo source
<button>Show the source</button>
Expand Down Expand Up @@ -26597,6 +26661,26 @@ exports[`firefox /components/slider 1`] = `
onChange={handleChange} valueLabelDisplay="auto"
aria-labelledby="non-linear-slider" />
</text>
<heading level="2">
Unstyled slider
<link></link>
<text>Unstyled slider</text>
</heading>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<slider value="10" valuetext="10" orientation="horizontal"></slider>
<toolbar>
demo source
<button>Show the full source</button>
<button>Edit in CodeSandbox</button>
<button>Copy the source</button>
<button>Reset focus to test keyboard navigation</button>
<button>Reset demo</button>
<buttonmenu haspopup="true">See more</buttonmenu>
</toolbar>
<text><StyledSlider defaultValue={10} /></text>
<heading level="2">
Accessibility
<link></link>
Expand Down

0 comments on commit f9964fc

Please sign in to comment.