Skip to content

Commit c07e23f

Browse files
test: Updated snapshots
1 parent c334d26 commit c07e23f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

components/Popover/__snapshots__/Popover.unit.test.jsx.snap

+9-9
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ exports[`Popover component should match snapshots 1`] = `
117117
color: #ffffff;
118118
font-size: 16px;
119119
position: absolute;
120-
content: '';
120+
content: '';
121121
left: 50%;
122122
text-shadow: 0px 8px 4px rgba(66,66,66,0.2);
123123
bottom: 0;
@@ -314,7 +314,7 @@ exports[`Popover component should match snapshots 2`] = `
314314
color: #ffffff;
315315
font-size: 16px;
316316
position: absolute;
317-
content: '';
317+
content: '';
318318
left: 50%;
319319
text-shadow: 0px 8px 4px rgba(66,66,66,0.2);
320320
bottom: 0;
@@ -515,7 +515,7 @@ exports[`Popover component should match snapshots 3`] = `
515515
color: #dcedc8;
516516
font-size: 16px;
517517
position: absolute;
518-
content: '';
518+
content: '';
519519
left: 50%;
520520
text-shadow: 0px 8px 4px rgba(66,66,66,0.2);
521521
bottom: 0;
@@ -720,7 +720,7 @@ exports[`Popover component should match snapshots 4`] = `
720720
color: #ffefd6;
721721
font-size: 16px;
722722
position: absolute;
723-
content: '';
723+
content: '';
724724
left: 50%;
725725
text-shadow: 0px 8px 4px rgba(66,66,66,0.2);
726726
bottom: 0;
@@ -929,7 +929,7 @@ exports[`Popover component should match snapshots 5`] = `
929929
color: #fff5f5;
930930
font-size: 16px;
931931
position: absolute;
932-
content: '';
932+
content: '';
933933
left: 50%;
934934
text-shadow: 0px 8px 4px rgba(66,66,66,0.2);
935935
bottom: 0;
@@ -1139,7 +1139,7 @@ exports[`Popover component should match snapshots 6`] = `
11391139
font-size: 16px;
11401140
position: absolute;
11411141
top: -4px;
1142-
content: '';
1142+
content: '';
11431143
left: 50%;
11441144
text-shadow: 0px -3px 4px rgba(66,66,66,0.2);
11451145
-webkit-transform: translateX(-50%);
@@ -1348,7 +1348,7 @@ exports[`Popover component should match snapshots 7`] = `
13481348
font-size: 16px;
13491349
position: absolute;
13501350
bottom: 50%;
1351-
content: '';
1351+
content: '';
13521352
right: -8px;
13531353
text-shadow: 4px 1px 4px rgba(66,66,66,0.2);
13541354
}
@@ -1554,7 +1554,7 @@ exports[`Popover component should match snapshots 8`] = `
15541554
font-size: 16px;
15551555
position: absolute;
15561556
bottom: 50%;
1557-
content: '';
1557+
content: '';
15581558
left: -8px;
15591559
text-shadow: -4px 1px 4px rgba(66,66,66,0.2);
15601560
}
@@ -1759,7 +1759,7 @@ exports[`Popover component should match snapshots 9`] = `
17591759
color: #424242;
17601760
font-size: 16px;
17611761
position: absolute;
1762-
content: '';
1762+
content: '';
17631763
left: 50%;
17641764
text-shadow: 0px 8px 4px rgba(66,66,66,0.2);
17651765
bottom: 0;

0 commit comments

Comments
 (0)