Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 15, 2020
1 parent efc156a commit 64d3dc3
Showing 1 changed file with 95 additions and 3 deletions.
98 changes: 95 additions & 3 deletions lib/a11y-snapshot/__snapshots__/material-ui.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -294,14 +294,14 @@ exports[`chromium / 1`] = `
</list>
<paragraph>
<text>Currently</text>
<link>v5.0.0-alpha.10. View versions page.</link>
<link>v5.0.0-alpha.9. View versions page.</link>
<text>. Released under the</text>
<link>MIT License</link>
<text>.Copyright ©2020Material-UI.</text>
</paragraph>
</contentinfo>
<link>Material-UI</link>
<link>v5.0.0-alpha.10</link>
<link>v5.0.0-alpha.9</link>
<separator orientation="horizontal"></separator>
<text>Diamond Sponsors</text>
<link>
Expand Down Expand Up @@ -10770,6 +10770,23 @@ 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>
<slider
value="30"
valuetext=""
valuemax="100"
valuemin="0"
orientation="vertical"
></slider>
<toolbar>
demo source
<group>
Expand Down Expand Up @@ -11690,6 +11707,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 @@ -18234,7 +18301,7 @@ exports[`firefox / 1`] = `
</list>
<paragraph>
<text>Currently</text>
<link>v5.0.0-alpha.10. View versions page.</link>
<link>v5.0.0-alpha.9. View versions page.</link>
<text>. Released under the</text>
<link>MIT License</link>
<text>. Copyright © 2020 Material-UI.</text>
Expand Down Expand Up @@ -26105,6 +26172,11 @@ 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>
<slider value="30" valuetext="30" orientation="vertical"></slider>
<toolbar>
demo source
<button>Show the source</button>
Expand Down Expand Up @@ -26591,6 +26663,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 64d3dc3

Please sign in to comment.