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/26859 #2562

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
131 changes: 97 additions & 34 deletions lib/a11y-snapshot/__snapshots__/aom.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ exports[`chromium / 1`] = `
<text>.Copyright ©2021Material-UI.</text>
</paragraph>
</contentinfo>
<Iframe>Netlify Drawer</Iframe>
<alert></alert>
</WebArea>;

Expand Down Expand Up @@ -2549,20 +2550,32 @@ exports[`chromium /components/breadcrumbs 1`] = `
mailbox folders
<list>
<listitem level="1">
<link>Inbox</link>
<button>
Inbox
<text>Inbox</text>
</button>
</listitem>
<listitem level="1">
<list>
<listitem level="2">
<link>Important</link>
<button>
Important
<text>Important</text>
</button>
</listitem>
</list>
</listitem>
<listitem level="1">
<link>Trash</link>
<button>
Trash
<text>Trash</text>
</button>
</listitem>
<listitem level="1">
<link>Spam</link>
<button>
Spam
<text>Spam</text>
</button>
</listitem>
</list>
</navigation>
Expand Down Expand Up @@ -3588,18 +3601,17 @@ exports[`chromium /components/buttons/ 1`] = `
</Pre>
<paragraph>
<text>
Toggle the loading switch to see the transition between the different
states.
Toggle the switch to see the transition between the different states.
</text>
</paragraph>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<checkbox checked="false">Loading</checkbox>
<button disabled="true">
DISABLED
<text>DISABLED</text>
<button>
SUBMIT
<text>SUBMIT</text>
</button>
<button>
FETCH DATA
Expand Down Expand Up @@ -5907,31 +5919,44 @@ exports[`chromium /components/pagination/ 1`] = `
pagination navigation
<list>
<listitem level="1">
<link disabled="true">Go to previous page</link>
<button disabled="true">Go to previous page</button>
</listitem>
<listitem level="1">
<link>page 1</link>
<button>
page 1<text>1</text>
</button>
</listitem>
<listitem level="1">
<link>Go to page 2</link>
<button>
Go to page 2<text>2</text>
</button>
</listitem>
<listitem level="1">
<link>Go to page 3</link>
<button>
Go to page 3<text>3</text>
</button>
</listitem>
<listitem level="1">
<link>Go to page 4</link>
<button>
Go to page 4<text>4</text>
</button>
</listitem>
<listitem level="1">
<link>Go to page 5</link>
<button>
Go to page 5<text>5</text>
</button>
</listitem>
<listitem level="1">
<text>…</text>
</listitem>
<listitem level="1">
<link>Go to page 10</link>
<button>
Go to page 10
<text>10</text>
</button>
</listitem>
<listitem level="1">
<link>Go to next page</link>
<button>Go to next page</button>
</listitem>
</list>
</navigation>
Expand Down Expand Up @@ -14022,6 +14047,15 @@ exports[`firefox / 1`] = `
<text>. Copyright © 2021 Material-UI.</text>
</paragraph>
</landmark>
<iframe>
Netlify Drawer
<document>
Netlify Drawer
<text>
<alert></alert>
</text>
</document>
</iframe>
<text>
<alert></alert>
</text>
Expand Down Expand Up @@ -15945,24 +15979,36 @@ exports[`firefox /components/breadcrumbs 1`] = `
<list>
<listitem level="1">
Inbox
<link>Inbox</link>
<button>
Inbox
<text>Inbox</text>
</button>
</listitem>
<listitem level="1">
Important
<list>
<listitem level="2">
Important
<link>Important</link>
<button>
Important
<text>Important</text>
</button>
</listitem>
</list>
</listitem>
<listitem level="1">
Trash
<link>Trash</link>
<button>
Trash
<text>Trash</text>
</button>
</listitem>
<listitem level="1">
Spam
<link>Spam</link>
<button>
Spam
<text>Spam</text>
</button>
</listitem>
</list>
</landmark>
Expand Down Expand Up @@ -17045,8 +17091,7 @@ exports[`firefox /components/buttons/ 1`] = `
</text>
<paragraph>
<text>
Toggle the loading switch to see the transition between the different
states.
Toggle the switch to see the transition between the different states.
</text>
</paragraph>
<button>
Expand All @@ -17058,9 +17103,9 @@ exports[`firefox /components/buttons/ 1`] = `
<checkbox>Loading</checkbox>
<text>Loading</text>
</label>
<button disabled="true">
DISABLED
<text>DISABLED</text>
<button>
SUBMIT
<text>SUBMIT</text>
</button>
<button>
FETCH DATA
Expand Down Expand Up @@ -19628,34 +19673,52 @@ exports[`firefox /components/pagination/ 1`] = `
<list>
<listitem>
Go to previous page
<link disabled="true">Go to previous page</link>
<button disabled="true">Go to previous page</button>
</listitem>
<listitem>
page 1<link>page 1</link>
page 1
<button>
page 1<text>1</text>
</button>
</listitem>
<listitem>
Go to page 2<link>Go to page 2</link>
Go to page 2
<button>
Go to page 2<text>2</text>
</button>
</listitem>
<listitem>
Go to page 3<link>Go to page 3</link>
Go to page 3
<button>
Go to page 3<text>3</text>
</button>
</listitem>
<listitem>
Go to page 4<link>Go to page 4</link>
Go to page 4
<button>
Go to page 4<text>4</text>
</button>
</listitem>
<listitem>
Go to page 5<link>Go to page 5</link>
Go to page 5
<button>
Go to page 5<text>5</text>
</button>
</listitem>
<listitem>
Go to end-ellipsis page
<text>…</text>
</listitem>
<listitem>
Go to page 10
<link>Go to page 10</link>
<button>
Go to page 10
<text>10</text>
</button>
</listitem>
<listitem>
Go to next page
<link>Go to next page</link>
<button>Go to next page</button>
</listitem>
</list>
</landmark>
Expand Down
36 changes: 18 additions & 18 deletions lib/a11y-snapshot/deploy.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"id": "60d1ed004ae32b0008dbe3e1",
"id": "60d259812c3bbf000809afa8",
"site_id": "64f32322-7c26-4008-b886-60800cd747b0",
"build_id": "60d1ecff4ae32b0008dbe3df",
"build_id": "60d259812c3bbf000809afa6",
"state": "ready",
"name": "material-ui",
"url": "http://material-ui.netlify.app",
"admin_url": "https://app.netlify.com/sites/material-ui",
"deploy_url": "http://next--material-ui.netlify.app",
"deploy_ssl_url": "https://next--material-ui.netlify.app",
"created_at": "2021-06-22T14:00:32.026Z",
"updated_at": "2021-06-22T14:21:43.529Z",
"commit_ref": "d5a56641118a9f8d2170d6829829b10150776e12",
"review_id": null,
"deploy_url": "http://deploy-preview-26859--material-ui.netlify.app",
"deploy_ssl_url": "https://deploy-preview-26859--material-ui.netlify.app",
"created_at": "2021-06-22T21:43:29.176Z",
"updated_at": "2021-06-22T22:11:45.657Z",
"commit_ref": "6ecd733560763c23a20c8cd6f522770a774cb887",
"review_id": 26859,
"skipped": null,
"locked": null,
"branch": "next",
"commit_url": "https://github.com/mui-org/material-ui/commit/d5a56641118a9f8d2170d6829829b10150776e12",
"branch": "fix-box-maxwidth-prop",
"commit_url": "https://github.com/mui-org/material-ui/commit/6ecd733560763c23a20c8cd6f522770a774cb887",
"log_access_attributes": {
"type": "firebase",
"url": "https://netlify-builds1.firebaseio.com/builds/60d1ecff4ae32b0008dbe3df/log",
"endpoint": "https://netlify-builds1.firebaseio.com",
"path": "/builds/60d1ecff4ae32b0008dbe3df/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MjQzNzIyMDQsImQiOnsidWlkIjoiIn19.MAkfj1XZgDoFk3eXBIM3QxKiAZ0XnuYpUI5he9aq8zY"
"url": "https://netlify-builds3.firebaseio.com/builds/60d259812c3bbf000809afa6/log",
"endpoint": "https://netlify-builds3.firebaseio.com",
"path": "/builds/60d259812c3bbf000809afa6/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MjQ0MDA0MzUsImQiOnsidWlkIjoiIn19.mnJs3pCkGlOowHkrcG-3nIevVJEe36DPlZHL6s-RrNk"
},
"title": "[ButtonBase] Consider as a link with a custom component and `to` prop (#26576)\n\nCo-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>\r\nCo-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>",
"review_url": null,
"title": "[Box] Fix TypeScript error on maxWidth prop",
"review_url": "https://github.com/mui-org/material-ui/pull/26859",
"published_at": null,
"context": "branch-deploy",
"deploy_time": 794,
"context": "deploy-preview",
"deploy_time": 624,
"public": true,
"plugin_state": "success"
}