Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 0b44494

Browse files
Matt Gooabhiomkar
authored andcommitted
fix(checkbox): screenshot test golden update (#4735)
1 parent b6a606d commit 0b44494

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/screenshot/golden.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@
184184
}
185185
},
186186
"spec/mdc-checkbox/classes/baseline.html": {
187-
"public_url": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/15/20_30_12_828/spec/mdc-checkbox/classes/baseline.html?utm_source=golden_json",
187+
"public_url": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/21/18_29_09_183/spec/mdc-checkbox/classes/baseline.html?utm_source=golden_json",
188188
"screenshots": {
189-
"desktop_windows_chrome@latest": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/15/16_09_10_398/spec/mdc-checkbox/classes/baseline.html.windows_chrome_74.png",
190-
"desktop_windows_firefox@latest": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/15/20_30_12_828/spec/mdc-checkbox/classes/baseline.html.windows_firefox_65.png",
191-
"desktop_windows_ie@11": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/15/16_09_10_398/spec/mdc-checkbox/classes/baseline.html.windows_ie_11.png"
189+
"desktop_windows_chrome@latest": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/21/18_29_09_183/spec/mdc-checkbox/classes/baseline.html.windows_chrome_74.png",
190+
"desktop_windows_firefox@latest": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/21/18_29_09_183/spec/mdc-checkbox/classes/baseline.html.windows_firefox_65.png",
191+
"desktop_windows_ie@11": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/21/18_29_09_183/spec/mdc-checkbox/classes/baseline.html.windows_ie_11.png"
192192
}
193193
},
194194
"spec/mdc-checkbox/mixins/container-colors.html": {
@@ -200,10 +200,10 @@
200200
}
201201
},
202202
"spec/mdc-checkbox/mixins/touch-dimension.html": {
203-
"public_url": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/20/17_56_10_840/spec/mdc-checkbox/mixins/touch-dimension.html?utm_source=golden_json",
203+
"public_url": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/21/18_29_09_183/spec/mdc-checkbox/mixins/touch-dimension.html?utm_source=golden_json",
204204
"screenshots": {
205205
"desktop_windows_chrome@latest": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/13/19_16_33_458/spec/mdc-checkbox/mixins/touch-dimension.html.windows_chrome_74.png",
206-
"desktop_windows_firefox@latest": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/20/17_56_10_840/spec/mdc-checkbox/mixins/touch-dimension.html.windows_firefox_65.png",
206+
"desktop_windows_firefox@latest": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/21/18_29_09_183/spec/mdc-checkbox/mixins/touch-dimension.html.windows_firefox_65.png",
207207
"desktop_windows_ie@11": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2019/05/15/16_09_10_398/spec/mdc-checkbox/mixins/touch-dimension.html.windows_ie_11.png"
208208
}
209209
},

test/screenshot/spec/mdc-checkbox/classes/baseline.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<div class="mdc-checkbox">
4747
<input type="checkbox"
4848
class="mdc-checkbox__native-control"
49-
id="checkbox-unchecked"/>
49+
id="checkbox-unchecked" autofocus/>
5050
<div class="mdc-checkbox__background">
5151
<svg class="mdc-checkbox__checkmark"
5252
viewBox="0 0 24 24">
@@ -64,7 +64,7 @@
6464
<input type="checkbox"
6565
checked
6666
class="mdc-checkbox__native-control"
67-
id="checkbox-checked" autofocus />
67+
id="checkbox-checked" />
6868
<div class="mdc-checkbox__background">
6969
<svg class="mdc-checkbox__checkmark"
7070
viewBox="0 0 24 24">

0 commit comments

Comments
 (0)