Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snapshots for pr/19155 #90

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions lib/a11y-snapshot/__snapshots__/material-ui.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ exports[`material-ui.netlify.com matches the snapshot on /components/selects/ 1`
<text>Age </text>
<combobox haspopup="listbox">Age ​</combobox>
</generic>
<button pressed="true">Show JavaScript source</button>
<button pressed="false">Show TypeScript source</button>
<button description="Show the source">Show the source</button>
<button description="Edit in CodeSandbox">Edit in CodeSandbox</button>
<button description="Copy the source">Copy the source</button>
<combobox haspopup="menu">See more</combobox>
<heading level="2">Advanced features</heading>
<text>
The Select component is meant to be interchangeable with a
Expand Down Expand Up @@ -271,12 +265,6 @@ exports[`material-ui.netlify.com matches the snapshot on /components/selects/ 1`
<menuitem>Thirty</menuitem>
</combobox>
</generic>
<button pressed="true">Show JavaScript source</button>
<button pressed="false">Show TypeScript source</button>
<button description="Show the source">Show the source</button>
<button description="Edit in CodeSandbox">Edit in CodeSandbox</button>
<button description="Copy the source">Copy the source</button>
<combobox haspopup="menu">See more</combobox>
<heading level="2">Text Fields</heading>
<text>
TheTextFieldwrapper component is a complete form control including a label,
Expand Down Expand Up @@ -310,12 +298,6 @@ exports[`material-ui.netlify.com matches the snapshot on /components/selects/ 1`
<menuitem>Thirty</menuitem>
</combobox>
</generic>
<button pressed="true">Show JavaScript source</button>
<button pressed="false">Show TypeScript source</button>
<button description="Show the source">Show the source</button>
<button description="Edit in CodeSandbox">Edit in CodeSandbox</button>
<button description="Copy the source">Copy the source</button>
<combobox haspopup="menu">See more</combobox>
<heading level="2">Multiple Select</heading>
<text>
TheSelectcomponent can handle multiple selections. It's enabled with
Expand Down Expand Up @@ -348,24 +330,12 @@ exports[`material-ui.netlify.com matches the snapshot on /components/selects/ 1`
<option>Kelly Snyder</option>
</listbox>
</generic>
<button pressed="true">Show JavaScript source</button>
<button pressed="false">Show TypeScript source</button>
<button description="Show the source">Show the source</button>
<button description="Edit in CodeSandbox">Edit in CodeSandbox</button>
<button description="Copy the source">Copy the source</button>
<combobox haspopup="menu">See more</combobox>
<heading level="2">Controlled Open Select</heading>
<generic>
OPEN THE SELECT Age Age ​<button>OPEN THE SELECT</button>
<text>Age </text>
<combobox haspopup="listbox">Age ​</combobox>
</generic>
<button pressed="true">Show JavaScript source</button>
<button pressed="false">Show TypeScript source</button>
<button description="Show the source">Show the source</button>
<button description="Edit in CodeSandbox">Edit in CodeSandbox</button>
<button description="Copy the source">Copy the source</button>
<combobox haspopup="menu">See more</combobox>
<heading level="2">With a Dialog</heading>
<text>
While it's discouraged by the Material Design specification, you can
Expand All @@ -375,12 +345,6 @@ exports[`material-ui.netlify.com matches the snapshot on /components/selects/ 1`
OPEN SELECT DIALOG
<button>OPEN SELECT DIALOG</button>
</generic>
<button pressed="true">Show JavaScript source</button>
<button pressed="false">Show TypeScript source</button>
<button description="Show the source">Show the source</button>
<button description="Edit in CodeSandbox">Edit in CodeSandbox</button>
<button description="Copy the source">Copy the source</button>
<combobox haspopup="menu">See more</combobox>
<heading level="2">Grouping</heading>
<text>
Display categories with theListSubheadercomponent or the
Expand All @@ -398,12 +362,6 @@ exports[`material-ui.netlify.com matches the snapshot on /components/selects/ 1`
<text>Grouping </text>
<combobox haspopup="listbox">​</combobox>
</generic>
<button pressed="true">Show JavaScript source</button>
<button pressed="false">Show TypeScript source</button>
<button description="Show the source">Show the source</button>
<button description="Edit in CodeSandbox">Edit in CodeSandbox</button>
<button description="Copy the source">Copy the source</button>
<combobox haspopup="menu">See more</combobox>
<heading level="2">Accessibility</heading>
<text>
To properly label yourSelectinput you need an extra element with anidthat
Expand Down