Skip to content

Commit

Permalink
chore(infrastructure): Redact flaky Text Field labels in Edge screens…
Browse files Browse the repository at this point in the history
…hot (#4236)

Fixes #4229
  • Loading branch information
acdvorak authored Jan 8, 2019
1 parent 272cd35 commit d4f77e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/screenshot/golden.json
Original file line number Diff line number Diff line change
Expand Up @@ -1730,10 +1730,10 @@
}
},
"spec/mdc-textfield/issues/4170.html": {
"public_url": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2018/12/14/21_55_25_855/spec/mdc-textfield/issues/4170.html?utm_source=golden_json",
"public_url": "https://storage.googleapis.com/mdc-web-screenshot-tests/advorak/2019/01/08/22_31_53_897/spec/mdc-textfield/issues/4170.html?utm_source=golden_json",
"screenshots": {
"desktop_windows_chrome@latest": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2018/12/14/21_55_25_855/spec/mdc-textfield/issues/4170.html.windows_chrome_71.png",
"desktop_windows_edge@latest": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2018/12/14/21_55_25_855/spec/mdc-textfield/issues/4170.html.windows_edge_17.png",
"desktop_windows_edge@latest": "https://storage.googleapis.com/mdc-web-screenshot-tests/advorak/2019/01/08/22_31_53_897/spec/mdc-textfield/issues/4170.html.windows_edge_17.png",
"desktop_windows_firefox@latest": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2018/12/14/21_55_25_855/spec/mdc-textfield/issues/4170.html.windows_firefox_63.png",
"desktop_windows_ie@11": "https://storage.googleapis.com/mdc-web-screenshot-tests/travis/2018/12/14/21_55_25_855/spec/mdc-textfield/issues/4170.html.windows_ie_11.png"
}
Expand Down
8 changes: 4 additions & 4 deletions test/screenshot/spec/mdc-textfield/issues/4170.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</script>
</head>

<body class="test-container">
<body class="test-container test-container--edge-fonts">
<main class="test-viewport test-viewport--mobile">
<div class="test-layout">

Expand All @@ -52,7 +52,7 @@
<div class="mdc-notched-outline">
<div class="mdc-notched-outline__leading"></div>
<div class="mdc-notched-outline__notch">
<label for="full-width-textarea" class="mdc-floating-label">Textarea Label That Is Really Really Really Really Long</label>
<label for="full-width-textarea" class="mdc-floating-label test-font--redact-all">Textarea Label That Is Really Really Really Really Long</label>
</div>
<div class="mdc-notched-outline__trailing"></div>
</div>
Expand All @@ -67,7 +67,7 @@
<div class="mdc-notched-outline mdc-notched-outline--notched">
<div class="mdc-notched-outline__leading"></div>
<div class="mdc-notched-outline__notch">
<label for="full-width-textarea-filled" class="mdc-floating-label mdc-floating-label--float-above">Textarea Label That Is Really Really Really Really Long</label>
<label for="full-width-textarea-filled" class="mdc-floating-label mdc-floating-label--float-above test-font--redact-all">Textarea Label That Is Really Really Really Really Long</label>
</div>
<div class="mdc-notched-outline__trailing"></div>
</div>
Expand All @@ -83,7 +83,7 @@
<div class="mdc-notched-outline mdc-notched-outline--notched">
<div class="mdc-notched-outline__leading"></div>
<div class="mdc-notched-outline__notch">
<label for="full-width-textarea-long-filled" class="mdc-floating-label mdc-floating-label--float-above">Textarea Label That Is Really Really Really Really Long</label>
<label for="full-width-textarea-long-filled" class="mdc-floating-label mdc-floating-label--float-above test-font--redact-all">Textarea Label That Is Really Really Really Really Long</label>
</div>
<div class="mdc-notched-outline__trailing"></div>
</div>
Expand Down

0 comments on commit d4f77e1

Please sign in to comment.