Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 23, 2021
1 parent 07fe204 commit ded371a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 18 deletions.
18 changes: 18 additions & 0 deletions lib/a11y-snapshot/__snapshots__/aom.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8660,6 +8660,15 @@ exports[`chromium /components/slider 1`] = `
<Anchor></Anchor>
<text>Unstyled slider</text>
</heading>
<paragraph>
<text>
The slider also comes with an unstyled version. It's ideal for doing
heavy customizations and minimizing bundle size.
</text>
</paragraph>
<Pre>
<code>$SOME_CODE</code>
</Pre>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
Expand Down Expand Up @@ -22187,6 +22196,15 @@ exports[`firefox /components/slider 1`] = `
<link></link>
<text>Unstyled slider</text>
</heading>
<paragraph>
<text>
The slider also comes with an unstyled version. It's ideal for doing
heavy customizations and minimizing bundle size.
</text>
</paragraph>
<text>
import SliderUnstyled from '@material-ui/unstyled/SliderUnstyled';
</text>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
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": "602ebf0c23b5420008535352",
"id": "60345de0a1212400087721a7",
"site_id": "64f32322-7c26-4008-b886-60800cd747b0",
"build_id": "602ebf0c23b5420008535350",
"build_id": "60345de0a1212400087721a5",
"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-02-18T19:25:00.298Z",
"updated_at": "2021-02-18T19:37:42.346Z",
"commit_ref": "b60a7d44cc3a1729d4db35b7c077b25a7d07b025",
"review_id": null,
"deploy_url": "http://deploy-preview-24857--material-ui.netlify.app",
"deploy_ssl_url": "https://deploy-preview-24857--material-ui.netlify.app",
"created_at": "2021-02-23T01:44:00.980Z",
"updated_at": "2021-02-23T01:54:57.817Z",
"commit_ref": "13ffe70664e5bfcfc5eb87f7311d10e1bf782f1a",
"review_id": 24857,
"skipped": null,
"locked": null,
"branch": "next",
"commit_url": "https://github.com/mui-org/material-ui/commit/b60a7d44cc3a1729d4db35b7c077b25a7d07b025",
"branch": "migrate/component-modal",
"commit_url": "https://github.com/mui-org/material-ui/commit/13ffe70664e5bfcfc5eb87f7311d10e1bf782f1a",
"log_access_attributes": {
"type": "firebase",
"url": "https://netlify-builds2.firebaseio.com/builds/602ebf0c23b5420008535350/log",
"endpoint": "https://netlify-builds2.firebaseio.com",
"path": "/builds/602ebf0c23b5420008535350/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MTM3MjcxMzIsImQiOnsidWlkIjoiIn19.XH7rvmRyGtN7YoOMjzSn9_lWjbif-0zI59N0jPerBI0"
"url": "https://netlify-builds4.firebaseio.com/builds/60345de0a1212400087721a5/log",
"endpoint": "https://netlify-builds4.firebaseio.com",
"path": "/builds/60345de0a1212400087721a5/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MTQwNDU4MzcsImQiOnsidWlkIjoiIn19.6wAGZz0OfcT1oJbb99TjbXt8VJcLuku0JVFXlFcqBqQ"
},
"title": "[Switch] Migrate to emotion (#24693)",
"review_url": null,
"title": "[Modal] Migrate to emotion + unstyled",
"review_url": "https://github.com/mui-org/material-ui/pull/24857",
"published_at": null,
"context": "branch-deploy",
"deploy_time": 758,
"context": "deploy-preview",
"deploy_time": 577,
"public": true,
"plugin_state": "success"
}

0 comments on commit ded371a

Please sign in to comment.