File tree 3 files changed +4
-4
lines changed
blocks/time-mismatch-warning/test/__snapshots__
components/global-notices/test/__snapshots__
jetpack-connect/test/__snapshots__
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ exports[`TimeMismatchWarning to render if GMT offsets do not match 1`] = `
4
4
<div >
5
5
<div
6
6
aria-label = " Notice"
7
- class = " notice is-warning is-dismissable"
7
+ class = " notice is-reskinned is- warning is-dismissable"
8
8
role = " status"
9
9
>
10
10
<span
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ exports[`<GlobalNotices /> should render notices with the expected structure 1`]
8
8
>
9
9
<div
10
10
aria-label = " Notice"
11
- class = " notice is-success is-dismissable"
11
+ class = " notice is-reskinned is- success is-dismissable"
12
12
role = " status"
13
13
>
14
14
<span
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ exports[`JetpackConnectNotices Should render non-terminal notice if callback sup
7
7
>
8
8
<div
9
9
aria-label = " Notice"
10
- class = " notice is-warning"
10
+ class = " notice is-reskinned is- warning"
11
11
role = " status"
12
12
>
13
13
<span
@@ -49,7 +49,7 @@ exports[`JetpackConnectNotices Should render notice 1`] = `
49
49
>
50
50
<div
51
51
aria-label = " Notice"
52
- class = " notice is-error"
52
+ class = " notice is-reskinned is- error"
53
53
role = " status"
54
54
>
55
55
<span
You can’t perform that action at this time.
0 commit comments