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 May 5, 2021
1 parent f6bf852 commit e111879
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 20 deletions.
20 changes: 18 additions & 2 deletions lib/a11y-snapshot/__snapshots__/aom.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13226,13 +13226,16 @@ exports[`chromium /components/tree-view/ 1`] = `
</tree>
<toolbar>
demo source
<button>Show the source</button>
<button>Show the full source</button>
<button>Edit in CodeSandbox</button>
<button>Copy the source</button>
<button>Reset focus to test keyboard navigation</button>
<button>Reset demo</button>
<combobox haspopup="menu">See more</combobox>
</toolbar>
<Pre>
<code>$SOME_CODE</code>
</Pre>
<heading level="2">
Multi-selection
<text>Multi-selection</text>
Expand Down Expand Up @@ -27435,13 +27438,26 @@ exports[`firefox /components/tree-view/ 1`] = `
</tree>
<toolbar>
demo source
<button>Show the source</button>
<button>Show the full source</button>
<button>Edit in CodeSandbox</button>
<button>Copy the source</button>
<button>Reset focus to test keyboard navigation</button>
<button>Reset demo</button>
<buttonmenu haspopup="true">See more</buttonmenu>
</toolbar>
<text>
<TreeView aria-label="file system navigator"
defaultCollapseIcon={<ExpandMoreIcon />}
defaultExpandIcon={<ChevronRightIcon />} sx={{
height: 240, flexGrow: 1, maxWidth: 400 }} > <TreeItem
nodeId="1" label="Applications"> <TreeItem
nodeId="2" label="Calendar" /> </TreeItem>
<TreeItem nodeId="5" label="Documents">
<TreeItem nodeId="10" label="OSS" /> <TreeItem
nodeId="6" label="Material-UI"> <TreeItem
nodeId="8" label="index.js" /> </TreeItem>
</TreeItem> </TreeView>
</text>
<heading level="2">
Multi-selection
<text>Multi-selection</text>
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": "6091f3abc6c8830007d8b7d1",
"id": "6092c648bd890700076cff0f",
"site_id": "64f32322-7c26-4008-b886-60800cd747b0",
"build_id": "6091f3abc6c8830007d8b7cf",
"build_id": "6092c648bd890700076cff0d",
"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-05-05T01:23:55.723Z",
"updated_at": "2021-05-05T01:47:08.244Z",
"commit_ref": "4a325e685d39b00afbf4147178479c8dc14a4ccc",
"review_id": null,
"deploy_url": "http://deploy-preview-26146--material-ui.netlify.app",
"deploy_ssl_url": "https://deploy-preview-26146--material-ui.netlify.app",
"created_at": "2021-05-05T16:22:32.277Z",
"updated_at": "2021-05-05T16:44:12.028Z",
"commit_ref": "769e62ec3844198eb7739b4cd1cd7cbbd4a215a2",
"review_id": 26146,
"skipped": null,
"locked": null,
"branch": "next",
"commit_url": "https://github.com/mui-org/material-ui/commit/4a325e685d39b00afbf4147178479c8dc14a4ccc",
"branch": "docs/components-pages",
"commit_url": "https://github.com/mui-org/material-ui/commit/769e62ec3844198eb7739b4cd1cd7cbbd4a215a2",
"log_access_attributes": {
"type": "firebase",
"url": "https://netlify-builds3.firebaseio.com/builds/6091f3abc6c8830007d8b7cf/log",
"endpoint": "https://netlify-builds3.firebaseio.com",
"path": "/builds/6091f3abc6c8830007d8b7cf/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MjAxODMwNTAsImQiOnsidWlkIjoiIn19.a7FoS5NJSJQ2HxYGR2kf2CZuY90zaIOKQ7Lgo4OaRE8"
"url": "https://netlify-builds2.firebaseio.com/builds/6092c648bd890700076cff0d/log",
"endpoint": "https://netlify-builds2.firebaseio.com",
"path": "/builds/6092c648bd890700076cff0d/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MjAyMzM2MzcsImQiOnsidWlkIjoiIn19.SZF5NYjutDrzCn06ldb_tN2MlVDm-xC7LBP5-eLCSro"
},
"title": "[TextField] Fix missing `standard` variant classes in types (#26115)\n\n* add missing classes\r\n\r\n* update proptypes\r\n\r\n* update input adornment",
"review_url": null,
"title": "[docs] Migrate TreeView demos",
"review_url": "https://github.com/mui-org/material-ui/pull/26146",
"published_at": null,
"context": "branch-deploy",
"deploy_time": 1386,
"context": "deploy-preview",
"deploy_time": 739,
"public": true,
"plugin_state": "success"
}

0 comments on commit e111879

Please sign in to comment.