Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 9, 2020
1 parent 4ae5565 commit 7b51629
Showing 1 changed file with 13 additions and 46 deletions.
59 changes: 13 additions & 46 deletions lib/a11y-snapshot/__snapshots__/material-ui.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ exports[`chromium /api/button/ 1`] = `
</row>
<row>
<gridcell>
children
<text>children</text>
children *
<text>children *</text>
</gridcell>
<gridcell>
node
Expand Down Expand Up @@ -675,12 +675,12 @@ exports[`chromium /api/button/ 1`] = `
<text>size</text>
</gridcell>
<gridcell>
'large' | 'medium' | 'small'
<text>'large'</text>
'small' | 'medium' | 'large'
<text>'small'</text>
<LineBreak></LineBreak>
<text>| 'medium'</text>
<LineBreak></LineBreak>
<text>| 'small'</text>
<text>| 'large'</text>
</gridcell>
<gridcell>
'medium'
Expand Down Expand Up @@ -716,12 +716,12 @@ exports[`chromium /api/button/ 1`] = `
<text>variant</text>
</gridcell>
<gridcell>
'contained' | 'outlined' | 'text'
<text>'contained'</text>
'text' | 'outlined' | 'contained'
<text>'text'</text>
<LineBreak></LineBreak>
<text>| 'outlined'</text>
<LineBreak></LineBreak>
<text>| 'text'</text>
<text>| 'contained'</text>
</gridcell>
<gridcell>
'text'
Expand Down Expand Up @@ -13380,24 +13380,6 @@ exports[`chromium /components/tabs/ 1`] = `
</ListMarker>
<link><Tab /></link>
</listitem>
<listitem level="1">
<ListMarker>
•<text>•</text>
</ListMarker>
<link><TabContext /></link>
</listitem>
<listitem level="1">
<ListMarker>
•<text>•</text>
</ListMarker>
<link><TabList /></link>
</listitem>
<listitem level="1">
<ListMarker>
•<text>•</text>
</ListMarker>
<link><TabPanel /></link>
</listitem>
<listitem level="1">
<ListMarker>
•<text>•</text>
Expand Down Expand Up @@ -17656,7 +17638,7 @@ exports[`firefox /api/button/ 1`] = `
</row>
<row>
<cell>
<text>children</text>
<text>children *</text>
</cell>
<cell>
<text>node</text>
Expand Down Expand Up @@ -17828,11 +17810,11 @@ exports[`firefox /api/button/ 1`] = `
<text>size</text>
</cell>
<cell>
<text>'large'</text>
<text>'small'</text>
<whitespace></whitespace>
<text>| 'medium'</text>
<whitespace></whitespace>
<text>| 'small'</text>
<text>| 'large'</text>
</cell>
<cell>
<text>'medium'</text>
Expand Down Expand Up @@ -17861,11 +17843,11 @@ exports[`firefox /api/button/ 1`] = `
<text>variant</text>
</cell>
<cell>
<text>'contained'</text>
<text>'text'</text>
<whitespace></whitespace>
<text>| 'outlined'</text>
<whitespace></whitespace>
<text>| 'text'</text>
<text>| 'contained'</text>
</cell>
<cell>
<text>'text'</text>
Expand Down Expand Up @@ -27065,21 +27047,6 @@ exports[`firefox /components/tabs/ 1`] = `
<statictext>•</statictext>
<link><Tab /></link>
</listitem>
<listitem>
• <TabContext />
<statictext>•</statictext>
<link><TabContext /></link>
</listitem>
<listitem>
• <TabList />
<statictext>•</statictext>
<link><TabList /></link>
</listitem>
<listitem>
• <TabPanel />
<statictext>•</statictext>
<link><TabPanel /></link>
</listitem>
<listitem>
• <TabScrollButton />
<statictext>•</statictext>
Expand Down

0 comments on commit 7b51629

Please sign in to comment.