You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/__tests__/components/helpCentre/__snapshots__/helpCentreContactOptions.test.tsx.snap
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
3
exports[`HelpCentreContactOptions Help Centre landing page Help Centre article (compact layout and contact options hidden) with live chat feature switches disabled shows email and phone contacts only 1`] =`
4
-
Array [
4
+
[
5
5
.emotion-0 {
6
6
border-top: 1pxsolid #DCDCDC;
7
7
margin-top: 30px;
@@ -398,7 +398,7 @@ Array [
398
398
`;
399
399
400
400
exports[`HelpCentreContactOptions Help Centre landing page with live chat feature switch disabled shows email and phone contacts only 1`] =`
401
-
Array [
401
+
[
402
402
.emotion-0 {
403
403
border-top: 1pxsolid #DCDCDC;
404
404
margin-top: 30px;
@@ -795,7 +795,7 @@ Array [
795
795
`;
796
796
797
797
exports[`HelpCentreContactOptions Help Centre landing page with live chat feature switch enabled shows the live chat contact box 1`] =`
0 commit comments