File tree 2 files changed +12
-16
lines changed
components/CardImageAttachments/__snapshots__
2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 3
3
exports [` renders a single image 1` ] = `
4
4
<div
5
5
data-stylename = " image"
6
- style = {
7
- Object {
8
- " backgroundImage" : " url(foo)" ,
9
- }
10
- }
11
6
>
7
+ <img
8
+ src = " foo"
9
+ />
12
10
<div >
13
11
<div
14
12
data-stylename = " others"
@@ -24,12 +22,10 @@ exports[`renders a single image 1`] = `
24
22
exports [` renders multiple images 1` ] = `
25
23
<div
26
24
data-stylename = " image"
27
- style = {
28
- Object {
29
- " backgroundImage" : " url(bar)" ,
30
- }
31
- }
32
25
>
26
+ <img
27
+ src = " bar"
28
+ />
33
29
<div >
34
30
<div
35
31
data-stylename = " others"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ exports[`Comment displays image attachments 1`] = `
21
21
<span
22
22
data-stylename = " timestamp"
23
23
>
24
- 2w ago
24
+ 1 mo ago
25
25
</span >
26
26
<div
27
27
data-stylename = " upperRight"
@@ -151,7 +151,7 @@ exports[`Comment displays the delete menu when deleteComment is defined 1`] = `
151
151
<span
152
152
data-stylename = " timestamp"
153
153
>
154
- 2w ago
154
+ 1 mo ago
155
155
</span >
156
156
<div
157
157
data-stylename = " upperRight"
@@ -275,7 +275,7 @@ exports[`Comment displays the remove menu when removeComment is defined 1`] = `
275
275
<span
276
276
data-stylename = " timestamp"
277
277
>
278
- 2w ago
278
+ 1 mo ago
279
279
</span >
280
280
<div
281
281
data-stylename = " upperRight"
@@ -390,7 +390,7 @@ exports[`Comment does not display the delete menu when deleteComment is not defi
390
390
<span
391
391
data-stylename = " timestamp"
392
392
>
393
- 2w ago
393
+ 1 mo ago
394
394
</span >
395
395
<div
396
396
data-stylename = " upperRight"
@@ -496,7 +496,7 @@ exports[`Comment does not display the remove menu when removeComment is not defi
496
496
<span
497
497
data-stylename = " timestamp"
498
498
>
499
- 2w ago
499
+ 1 mo ago
500
500
</span >
501
501
<div
502
502
data-stylename = " upperRight"
@@ -620,7 +620,7 @@ exports[`Comment renders correctly 1`] = `
620
620
<span
621
621
data-stylename = " timestamp"
622
622
>
623
- 2w ago
623
+ 1 mo ago
624
624
</span >
625
625
<div
626
626
data-stylename = " upperRight"
You can’t perform that action at this time.
0 commit comments