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 Jun 24, 2021
1 parent 8746ba2 commit a194b07
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 42 deletions.
26 changes: 24 additions & 2 deletions lib/a11y-snapshot/__snapshots__/aom.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ exports[`chromium / 1`] = `
<link>Skip to content</link>
<banner>
<button>Open main navigation</button>
<button></button>
<searchbox>Search</searchbox>
<combobox autocomplete="list" haspopup="listbox">
<combobox
autocomplete="list"
expanded="true"
focused="true"
haspopup="listbox"
>
Search
</combobox>
<text>Ctrl+K</text>
Expand Down Expand Up @@ -263,6 +269,7 @@ exports[`chromium / 1`] = `
<text>.Copyright ©2021Material-UI.</text>
</paragraph>
</contentinfo>
<Iframe>Netlify Drawer</Iframe>
<alert></alert>
</WebArea>;

Expand Down Expand Up @@ -13773,7 +13780,13 @@ exports[`firefox / 1`] = `
<link>Skip to content</link>
<landmark>
<button>Open main navigation</button>
<combobox autocomplete="list" haspopup="true">
<button></button>
<combobox
autocomplete="list"
expanded="true"
focused="true"
haspopup="true"
>
Search
</combobox>
<text>Ctrl+K</text>
Expand Down Expand Up @@ -14049,6 +14062,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
210 changes: 196 additions & 14 deletions lib/a11y-snapshot/__snapshots__/axe.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,13 +1,50 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`chromium / 1`] = `Array []`;
exports[`chromium / 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /api/button/ 1`] = `Array []`;
exports[`chromium /api/button/ 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /api/select/ 1`] = `Array []`;
exports[`chromium /api/select/ 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/breadcrumbs 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/landmark-unique?application=axeAPI",
"id": "landmark-unique",
Expand All @@ -18,7 +55,17 @@ Array [
]
`;

exports[`chromium /components/button-group/ 1`] = `Array []`;
exports[`chromium /components/button-group/ 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/buttons/ 1`] = `
Array [
Expand All @@ -30,15 +77,49 @@ Array [
".MuiLoadingButton-loadingIndicatorStart > .MuiCircularProgress-root.MuiCircularProgress-indeterminate.MuiCircularProgress-colorInherit",
],
},
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/checkboxes/ 1`] = `Array []`;
exports[`chromium /components/checkboxes/ 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/dialogs/ 1`] = `Array []`;
exports[`chromium /components/dialogs/ 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/pagination/ 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/landmark-unique?application=axeAPI",
"id": "landmark-unique",
Expand All @@ -49,13 +130,53 @@ Array [
]
`;

exports[`chromium /components/pickers 1`] = `Array []`;
exports[`chromium /components/pickers 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/radio-buttons 1`] = `Array []`;
exports[`chromium /components/radio-buttons 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/rating/ 1`] = `Array []`;
exports[`chromium /components/rating/ 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/selects/ 1`] = `Array []`;
exports[`chromium /components/selects/ 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/slider 1`] = `
Array [
Expand All @@ -66,6 +187,13 @@ Array [
"input[aria-label=\\"Small\\\\ steps\\"]",
],
},
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/label?application=axeAPI",
"id": "label",
Expand All @@ -77,12 +205,39 @@ Array [
]
`;

exports[`chromium /components/switches/ 1`] = `Array []`;
exports[`chromium /components/switches/ 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/tabs/ 1`] = `Array []`;
exports[`chromium /components/tabs/ 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/text-fields/ 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/label?application=axeAPI",
"id": "label",
Expand All @@ -97,9 +252,29 @@ Array [
]
`;

exports[`chromium /components/tooltips/ 1`] = `Array []`;
exports[`chromium /components/tooltips/ 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/transfer-list 1`] = `Array []`;
exports[`chromium /components/transfer-list 1`] = `
Array [
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;

exports[`chromium /components/tree-view/ 1`] = `
Array [
Expand All @@ -119,5 +294,12 @@ Array [
"#mui-REMOVED_UNSTABLE_USE_ID_VALUE_FROM_SNAPSHOT",
],
},
Object {
"canMismatch__helpUrl": "https://dequeuniversity.com/rules/axe/4.2/button-name?application=axeAPI",
"id": "button-name",
"nodes": Array [
".jssREMOVED_UNSTABLE_JSS_COUNTER",
],
},
]
`;
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": "60d42abc694ba400072d7b89",
"id": "60d4f568e46e52000820ca98",
"site_id": "64f32322-7c26-4008-b886-60800cd747b0",
"build_id": "60d42abc694ba400072d7b87",
"build_id": "60d4f568e46e52000820ca96",
"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-24T06:48:28.374Z",
"updated_at": "2021-06-24T07:05:13.428Z",
"commit_ref": "5f882fefadbdd72e950a4940a550c1d3287dd150",
"review_id": null,
"deploy_url": "http://deploy-preview-26918--material-ui.netlify.app",
"deploy_ssl_url": "https://deploy-preview-26918--material-ui.netlify.app",
"created_at": "2021-06-24T21:13:12.443Z",
"updated_at": "2021-06-24T21:41:01.602Z",
"commit_ref": "67c7fc0c18ab0927a87a2c463f57c0890530585f",
"review_id": 26918,
"skipped": null,
"locked": null,
"branch": "next",
"commit_url": "https://github.com/mui-org/material-ui/commit/5f882fefadbdd72e950a4940a550c1d3287dd150",
"branch": "mobile_search",
"commit_url": "https://github.com/mui-org/material-ui/commit/67c7fc0c18ab0927a87a2c463f57c0890530585f",
"log_access_attributes": {
"type": "firebase",
"url": "https://netlify-builds1.firebaseio.com/builds/60d42abc694ba400072d7b87/log",
"endpoint": "https://netlify-builds1.firebaseio.com",
"path": "/builds/60d42abc694ba400072d7b87/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MjQ1MTk2NjEsImQiOnsidWlkIjoiIn19.HIiDnAwchwoCxo2RyER6xm_tNxGqvZSuZSaPylDTtXo"
"url": "https://netlify-builds4.firebaseio.com/builds/60d4f568e46e52000820ca96/log",
"endpoint": "https://netlify-builds4.firebaseio.com",
"path": "/builds/60d4f568e46e52000820ca96/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MjQ1NzE0OTgsImQiOnsidWlkIjoiIn19.YiH_NEJ-XP66Kf2sAZShlvGW6zisLFq_m33YZN4EBLw"
},
"title": "[DatePicker] Remove helper text default value (#26866)\n\nCo-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>",
"review_url": null,
"title": "[docs] Search updated to be visible on small screen size",
"review_url": "https://github.com/mui-org/material-ui/pull/26918",
"published_at": null,
"context": "branch-deploy",
"deploy_time": 1001,
"context": "deploy-preview",
"deploy_time": 989,
"public": true,
"plugin_state": "success"
}
Loading

0 comments on commit a194b07

Please sign in to comment.