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

Commit

Permalink
Update snapshots for next (#2826)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
3 people authored Jul 26, 2021
1 parent d9520b1 commit a03a3d7
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 28 deletions.
43 changes: 32 additions & 11 deletions lib/a11y-snapshot/__snapshots__/aom.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6399,7 +6399,10 @@ exports[`chromium /components/pagination/ 1`] = `
<paragraph>
<text>Rows per page:</text>
</paragraph>
<combobox haspopup="listbox">Rows per page: 10</combobox>
<combobox haspopup="listbox">
Rows per page: 10
<text>10</text>
</combobox>
<textbox value="10"></textbox>
<paragraph>
<text>21-30 of 100</text>
Expand Down Expand Up @@ -11063,7 +11066,10 @@ exports[`chromium /components/tabs/ 1`] = `
ACTIVE
<text>ACTIVE</text>
</tab>
<tab disabled="true">DISABLED</tab>
<tab disabled="true">
DISABLED
<text>DISABLED</text>
</tab>
<tab selected="true">
ACTIVE
<text>ACTIVE</text>
Expand Down Expand Up @@ -11431,15 +11437,30 @@ exports[`chromium /components/tabs/ 1`] = `
</button>
<tablist level="1">
ant example
<tab selected="true">Tab 1</tab>
<tab>Tab 2</tab>
<tab>Tab 3</tab>
<tab selected="true">
Tab 1<text>Tab 1</text>
</tab>
<tab>
Tab 2<text>Tab 2</text>
</tab>
<tab>
Tab 3<text>Tab 3</text>
</tab>
</tablist>
<tablist level="1">
styled tabs example
<tab selected="true">Workflows</tab>
<tab>Datasets</tab>
<tab>Connections</tab>
<tab selected="true">
Workflows
<text>Workflows</text>
</tab>
<tab>
Datasets
<text>Datasets</text>
</tab>
<tab>
Connections
<text>Connections</text>
</tab>
</tablist>
<toolbar>
demo source
Expand Down Expand Up @@ -12382,7 +12403,7 @@ exports[`chromium /components/text-fields/ 1`] = `
<text>Select</text>
</LabelText>
<combobox description="Please select your currency" haspopup="listbox">
Select €
Select €<text>€</text>
</combobox>
<textbox value="EUR"></textbox>
<paragraph>
Expand All @@ -12408,7 +12429,7 @@ exports[`chromium /components/text-fields/ 1`] = `
</LabelText>
<text> </text>
<combobox description="Please select your currency" haspopup="listbox">
Select €
Select €<text>€</text>
</combobox>
<textbox value="EUR"></textbox>
<paragraph>
Expand All @@ -12435,7 +12456,7 @@ exports[`chromium /components/text-fields/ 1`] = `
</LabelText>
<text> </text>
<combobox description="Please select your currency" haspopup="listbox">
Select €
Select €<text>€</text>
</combobox>
<textbox value="EUR"></textbox>
<paragraph>
Expand Down
24 changes: 12 additions & 12 deletions lib/a11y-snapshot/deploy.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"id": "60fd360b19283b00081ae692",
"id": "60fe50ddd9ac170008d605ad",
"site_id": "64f32322-7c26-4008-b886-60800cd747b0",
"build_id": "60fd360b19283b00081ae690",
"build_id": "60fe50ddd9ac170008d605ab",
"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-07-25T09:59:39.651Z",
"updated_at": "2021-07-25T10:10:12.571Z",
"commit_ref": "af26cc697e4342251499bb6fb243d9992789396b",
"created_at": "2021-07-26T06:06:21.678Z",
"updated_at": "2021-07-26T06:21:26.078Z",
"commit_ref": "d8029ee6091e56800b91c47a24a94a1561cd4880",
"review_id": null,
"skipped": null,
"locked": null,
"branch": "next",
"commit_url": "https://github.com/mui-org/material-ui/commit/af26cc697e4342251499bb6fb243d9992789396b",
"commit_url": "https://github.com/mui-org/material-ui/commit/d8029ee6091e56800b91c47a24a94a1561cd4880",
"log_access_attributes": {
"type": "firebase",
"url": "https://netlify-builds4.firebaseio.com/builds/60fd360b19283b00081ae690/log",
"endpoint": "https://netlify-builds4.firebaseio.com",
"path": "/builds/60fd360b19283b00081ae690/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MjcyNzcxOTEsImQiOnsidWlkIjoiIn19.H9_rsWcVSggCaGOXrTwOWTqQKTZUlIb0e-YtsDgF2Ug"
"url": "https://netlify-builds6.firebaseio.com/builds/60fe50ddd9ac170008d605ab/log",
"endpoint": "https://netlify-builds6.firebaseio.com",
"path": "/builds/60fe50ddd9ac170008d605ab/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MjcyODEyODEsImQiOnsidWlkIjoiIn19.XU_u6E3yZBu3O7SscWKLKZYThqTNPcUoTwSsc7cgmaU"
},
"title": "[docs] Fix wrong import path in @material-ui/styles section (#27427)",
"title": "[website] Add hero section to homepage (#27364)",
"review_url": null,
"published_at": null,
"context": "branch-deploy",
"deploy_time": 623,
"deploy_time": 896,
"public": true,
"plugin_state": "success"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lodash": "4.17.21",
"netlify": "7.0.1",
"node-fetch": "2.6.1",
"playwright": "1.12.3",
"playwright": "1.13.0",
"playwright-testing-library": "3.0.0",
"prettier": "2.3.2",
"react": "17.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5561,10 +5561,10 @@ [email protected]:
"@testing-library/dom" "^7.22.2"
wait-for-expect "^3.0.2"

playwright@1.12.3:
version "1.12.3"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.12.3.tgz#113afa2cba10fb56e9a5b307377343e32a155a99"
integrity sha512-eyhHvZV7dMAUltqjQsgJ9CjZM8dznzN1+rcfCI6W6lfQ7IlPvTFGLuKOCcI4ETbjfbxqaS5FKIkb1WDDzq2Nww==
playwright@1.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.13.0.tgz#aadb3b992763253ef40f29ae887df8d67a142fc5"
integrity sha512-GA5OyEeKx1v/pRcANmYncCT67Y7Y4N5zLRU5E690dn/Id10sooR5hQZmCDYsjXlutZb/1q0R3sITALnvhEjCjg==
dependencies:
commander "^6.1.0"
debug "^4.1.1"
Expand Down

0 comments on commit a03a3d7

Please sign in to comment.