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 Nov 22, 2020
1 parent bd4b492 commit 2d2996c
Showing 1 changed file with 44 additions and 12 deletions.
56 changes: 44 additions & 12 deletions lib/a11y-snapshot/__snapshots__/material-ui.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8832,7 +8832,7 @@ exports[`chromium /components/radio-buttons 1`] = `
<button pressed="false">Show TypeScript source</button>
</group>
<button>
Show the source
Show the full source
<SVGRoot></SVGRoot>
</button>
<button>
Expand All @@ -8855,6 +8855,9 @@ exports[`chromium /components/radio-buttons 1`] = `
<SVGRoot></SVGRoot>
</combobox>
</toolbar>
<Pre>
<code>$SOME_CODE</code>
</Pre>
<heading level="2">
useRadioGroup
<Anchor></Anchor>
Expand Down Expand Up @@ -12894,7 +12897,7 @@ exports[`chromium /components/tabs/ 1`] = `
<button pressed="false">Show TypeScript source</button>
</group>
<button>
Show the source
Show the full source
<SVGRoot></SVGRoot>
</button>
<button>
Expand All @@ -12917,6 +12920,9 @@ exports[`chromium /components/tabs/ 1`] = `
<SVGRoot></SVGRoot>
</combobox>
</toolbar>
<Pre>
<code>$SOME_CODE</code>
</Pre>
<heading level="3">
Wrapped labels
<Anchor></Anchor>
Expand Down Expand Up @@ -25327,13 +25333,27 @@ exports[`firefox /components/radio-buttons 1`] = `
</group>
<toolbar>
demo source
<button>Show the source</button>
<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"></buttonmenu>
</toolbar>
<text>
<FormControl component="fieldset"> <FormLabel
component="legend">Gender</FormLabel> <RadioGroup
defaultValue="female" aria-label="gender"
name="customized-radios"> <FormControlLabel
value="female" control={<StyledRadio />}
label="Female" /> <FormControlLabel value="male"
control={<StyledRadio />} label="Male" />
<FormControlLabel value="other" control={<StyledRadio
/>} label="Other" /> <FormControlLabel
value="disabled" disabled control={<StyledRadio
/>} label="(Disabled option)" /> </RadioGroup>
</FormControl>
</text>
<heading level="2">
useRadioGroup
<link></link>
Expand Down Expand Up @@ -27950,12 +27970,12 @@ exports[`firefox /components/switches/ 1`] = `
<buttonmenu haspopup="true"></buttonmenu>
</toolbar>
<text>
<FormGroup> <FormControlLabel control={ <Switch
<FormGroup> <FormControlLabel control={<Switch
size="small" checked={checked}
onChange={toggleChecked} /> } label="Small"
/> <FormControlLabel control={<Switch
checked={checked} onChange={toggleChecked} />}
label="Normal" /> </FormGroup>
onChange={toggleChecked} />} label="Small" />
<FormControlLabel control={<Switch checked={checked}
onChange={toggleChecked} />} label="Normal"
/> </FormGroup>
</text>
<heading level="2">
Label placement
Expand Down Expand Up @@ -28190,13 +28210,25 @@ exports[`firefox /components/tabs/ 1`] = `
</tabpanel>
<toolbar>
demo source
<button>Show the source</button>
<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"></buttonmenu>
</toolbar>
<text>
<AppBar position="static"> <Tabs value={value}
onChange={handleChange} aria-label="simple tabs
example"> <Tab label="Item One"
{...a11yProps(0)} /> <Tab label="Item Two"
{...a11yProps(1)} /> <Tab label="Item Three"
{...a11yProps(2)} /> </Tabs> </AppBar> <TabPanel
value={value} index={0}> Item One </TabPanel>
<TabPanel value={value} index={1}> Item Two
</TabPanel> <TabPanel value={value}
index={2}> Item Three </TabPanel>
</text>
<heading level="3">
Wrapped labels
<link></link>
Expand Down Expand Up @@ -30816,8 +30848,8 @@ exports[`firefox /components/text-fields/ 1`] = `
<FormControl> <InputLabel htmlFor="my-input">Email
address</InputLabel> <Input id="my-input"
aria-describedby="my-helper-text" /> <FormHelperText
id="my-helper-text"> We'll never share your email.
</FormHelperText> </FormControl>
id="my-helper-text">We'll never share your
email.</FormHelperText> </FormControl>
</text>
<heading level="2">
Complementary projects
Expand Down Expand Up @@ -31386,7 +31418,7 @@ exports[`firefox /components/tooltips/ 1`] = `
<text>
<Tooltip title="You don't have permission to do this">
<span> <button disabled={disabled} style={disabled ?
{ pointerEvents: 'none' } : {}} > A
{ pointerEvents: 'none' } : {}}> A
disabled button </button> </span> </Tooltip>
</text>
<heading level="2">
Expand Down

0 comments on commit 2d2996c

Please sign in to comment.