From ab82c2616b9989c78600609fabc82f8266084a67 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 25 Feb 2021 18:06:59 +0000 Subject: [PATCH] Update snapshots --- lib/a11y-snapshot/deploy.json | 34 ++++++++++++------------- lib/a11y-snapshot/screen-reader.test.js | 8 +++++- 2 files changed, 24 insertions(+), 18 deletions(-) diff --git a/lib/a11y-snapshot/deploy.json b/lib/a11y-snapshot/deploy.json index 66d9af941..26a1e4835 100644 --- a/lib/a11y-snapshot/deploy.json +++ b/lib/a11y-snapshot/deploy.json @@ -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" } diff --git a/lib/a11y-snapshot/screen-reader.test.js b/lib/a11y-snapshot/screen-reader.test.js index 1803dbc4b..4e5267917 100644 --- a/lib/a11y-snapshot/screen-reader.test.js +++ b/lib/a11y-snapshot/screen-reader.test.js @@ -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 () => {