-
Notifications
You must be signed in to change notification settings - Fork 347
Expand file tree
/
Copy pathAdBlockingRecoverySetupSuccessNotification.test.js.snap
More file actions
78 lines (77 loc) · 2.25 KB
/
AdBlockingRecoverySetupSuccessNotification.test.js.snap
File metadata and controls
78 lines (77 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`AdBlockingRecoverySetupSuccessNotification should render notification and trigger tracking events and ACR survey 1`] = `
<div>
<section
id="adsense-abr-success-notification"
>
<div
class="mdc-layout-grid"
>
<div
class="mdc-layout-grid__inner"
>
<div
class="mdc-layout-grid__cell mdc-layout-grid__cell--align-middle mdc-layout-grid__cell--span-12"
>
<div
class="googlesitekit-notice-container"
>
<div
class="googlesitekit-notice googlesitekit-notice--success"
role="alert"
>
<div
class="googlesitekit-notice__icon"
>
<svg />
</div>
<div
class="googlesitekit-notice__content"
>
<p
class="googlesitekit-notice__title"
>
You successfully enabled the ad blocking recovery message
</p>
<p
class="googlesitekit-notice__description"
>
Make sure to also create the message in
<a
aria-label="AdSense (opens in a new tab)"
class="googlesitekit-cta-link"
href=""
rel="noopener noreferrer"
target="_blank"
>
<span
class="googlesitekit-cta-link__contents"
>
AdSense
</span>
</a>
, otherwise this feature won’t work
</p>
</div>
<div
class="googlesitekit-notice__action"
>
<button
class="mdc-button mdc-button--tertiary"
target="_self"
>
<span
class="mdc-button__label"
>
Got it
</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
`;