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/24571 #1895

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions lib/a11y-snapshot/deploy.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"id": "6036894318e17c0008617b0b",
"id": "6037e175a74756000751ab99",
"site_id": "64f32322-7c26-4008-b886-60800cd747b0",
"build_id": "6036894218e17c0008617b09",
"build_id": "6037e175a74756000751ab97",
"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-24T17:13:39.020Z",
"updated_at": "2021-02-24T17:33:33.909Z",
"commit_ref": "b0d77d040e84584c627df77573e09ab85be354d6",
"review_id": null,
"deploy_url": "http://deploy-preview-24571--material-ui.netlify.app",
"deploy_ssl_url": "https://deploy-preview-24571--material-ui.netlify.app",
"created_at": "2021-02-25T17:42:13.637Z",
"updated_at": "2021-02-25T17:56:20.710Z",
"commit_ref": "949065e2d7b2d7de522a85ac88dd1233729c1e0e",
"review_id": 24571,
"skipped": null,
"locked": null,
"branch": "next",
"commit_url": "https://github.com/mui-org/material-ui/commit/b0d77d040e84584c627df77573e09ab85be354d6",
"branch": "migrate/Tooltip",
"commit_url": "https://github.com/mui-org/material-ui/commit/949065e2d7b2d7de522a85ac88dd1233729c1e0e",
"log_access_attributes": {
"type": "firebase",
"url": "https://netlify-builds6.firebaseio.com/builds/6036894218e17c0008617b09/log",
"url": "https://netlify-builds6.firebaseio.com/builds/6037e175a74756000751ab97/log",
"endpoint": "https://netlify-builds6.firebaseio.com",
"path": "/builds/6036894218e17c0008617b09/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MTQxODg3ODAsImQiOnsidWlkIjoiIn19.gzehm2emzxgX_jVWo13FiS1r1IxeU0tSL45urI_U9-Y"
"path": "/builds/6037e175a74756000751ab97/log",
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2IjowLCJpYXQiOjE2MTQyNzY0MTksImQiOnsidWlkIjoiIn19.9UpZ0y0obvMj_WdPP_rGZypRNWolOyHacxA9GZIJMG4"
},
"title": "[Tabs] Change the default indicatorColor and textColor prop values to \"primary\" (#25063)",
"review_url": null,
"title": "[Tooltip] Migrate to emotion",
"review_url": "https://github.com/mui-org/material-ui/pull/24571",
"published_at": null,
"context": "branch-deploy",
"deploy_time": 915,
"context": "deploy-preview",
"deploy_time": 522,
"public": true,
"plugin_state": "success"
}
8 changes: 7 additions & 1 deletion lib/a11y-snapshot/screen-reader.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,13 @@ describe("nvda", () => {

await expect(async () => {
page.keyboard.press("Home");
}).toMatchSpeechInlineSnapshot(`"0"`);
}).toMatchSpeechInlineSnapshot(`
"0"
"Untitled - Chromium"
"tool bar"
"Address and search bar, edit, has auto complete, Ctrl+L, selected about:blank"
"https://deploy-preview-24571--material-ui.netlify.app/components/slider/?nvda-reset=4502i5sr7lv selected"
`);
}, 30000);

test("keyboard navigation when vertical", async () => {
Expand Down