Skip to content

Commit ddf5910

Browse files
committed
Fix snapshots
1 parent a98498e commit ddf5910

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

client/blocks/time-mismatch-warning/test/__snapshots__/index.jsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`TimeMismatchWarning to render if GMT offsets do not match 1`] = `
44
<div>
55
<div
66
aria-label="Notice"
7-
class="notice is-warning is-dismissable"
7+
class="notice is-reskinned is-warning is-dismissable"
88
role="status"
99
>
1010
<span

client/components/global-notices/test/__snapshots__/index.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports[`<GlobalNotices /> should render notices with the expected structure 1`]
88
>
99
<div
1010
aria-label="Notice"
11-
class="notice is-success is-dismissable"
11+
class="notice is-reskinned is-success is-dismissable"
1212
role="status"
1313
>
1414
<span

client/jetpack-connect/test/__snapshots__/jetpack-connect-notices.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`JetpackConnectNotices Should render non-terminal notice if callback sup
77
>
88
<div
99
aria-label="Notice"
10-
class="notice is-warning"
10+
class="notice is-reskinned is-warning"
1111
role="status"
1212
>
1313
<span
@@ -49,7 +49,7 @@ exports[`JetpackConnectNotices Should render notice 1`] = `
4949
>
5050
<div
5151
aria-label="Notice"
52-
class="notice is-error"
52+
class="notice is-reskinned is-error"
5353
role="status"
5454
>
5555
<span

0 commit comments

Comments
 (0)