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

Update snapshots for pr/21648 #493

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
30 changes: 25 additions & 5 deletions lib/a11y-snapshot/__snapshots__/material-ui.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -698,12 +698,14 @@ exports[`chromium /api/button/ 1`] = `
<text>variant</text>
</gridcell>
<gridcell>
'contained' | 'outlined' | 'text'
'contained' | 'outlined' | 'text' | string
<text>'contained'</text>
<LineBreak></LineBreak>
<text>| 'outlined'</text>
<LineBreak></LineBreak>
<text>| 'text'</text>
<LineBreak></LineBreak>
<text>| string</text>
</gridcell>
<gridcell>
'text'
Expand Down Expand Up @@ -16469,7 +16471,7 @@ exports[`chromium /components/tree-view/ 1`] = `
<SVGRoot></SVGRoot>
</combobox>
</toolbar>
<heading level="3">
<heading level="2">
Controlled tree view
<Anchor></Anchor>
<text>Controlled tree view</text>
Expand All @@ -16481,7 +16483,15 @@ exports[`chromium /components/tree-view/ 1`] = `
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<tree>
<button>
EXPAND ALL
<text>EXPAND ALL</text>
</button>
<button>
SELECT ALL
<text>SELECT ALL</text>
</button>
<tree multiselectable="true">
<treeitem level="1">
Applications
<SVGRoot></SVGRoot>
Expand Down Expand Up @@ -17369,6 +17379,8 @@ exports[`firefox /api/button/ 1`] = `
<text>| 'outlined'</text>
<whitespace></whitespace>
<text>| 'text'</text>
<whitespace></whitespace>
<text>| string</text>
</cell>
<cell>
<text>'text'</text>
Expand Down Expand Up @@ -28940,7 +28952,7 @@ exports[`firefox /components/tree-view/ 1`] = `
<button>Reset demo</button>
<buttonmenu haspopup="true">See more</buttonmenu>
</toolbar>
<heading level="3">
<heading level="2">
Controlled tree view
<link></link>
<text>Controlled tree view</text>
Expand All @@ -28952,7 +28964,15 @@ exports[`firefox /components/tree-view/ 1`] = `
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<tree>
<button>
EXPAND ALL
<text>EXPAND ALL</text>
</button>
<button>
SELECT ALL
<text>SELECT ALL</text>
</button>
<tree multiselectable="true">
<treeitem level="1">
Applications
<text>Applications</text>
Expand Down