@@ -20,12 +20,12 @@ exports[`render simple timeline graph 1`] = `
20
20
>
21
21
2018
22
22
</p >
23
- <p
23
+ <div
24
24
class = " MuiTypography-root timelineDate MuiTypography-body1 MuiTypography-alignCenter"
25
25
data-testid = " timeline-date-0"
26
26
>
27
27
20 Apr
28
- </p >
28
+ </div >
29
29
</div >
30
30
<div
31
31
class = " timeline timelineStart"
@@ -60,12 +60,12 @@ exports[`render simple timeline graph 1`] = `
60
60
>
61
61
2018
62
62
</p >
63
- <p
63
+ <div
64
64
class = " MuiTypography-root timelineDate MuiTypography-body1 MuiTypography-alignCenter"
65
65
data-testid = " timeline-date-1"
66
66
>
67
67
20 Apr
68
- </p >
68
+ </div >
69
69
</div >
70
70
<div
71
71
class = " timeline timelineEnd"
@@ -148,12 +148,12 @@ exports[`render simple timeline graph with time 1`] = `
148
148
>
149
149
2018
150
150
</p >
151
- <p
151
+ <div
152
152
class = " MuiTypography-root timelineDate MuiTypography-body1 MuiTypography-alignCenter"
153
153
data-testid = " timeline-date-0"
154
154
>
155
155
20 Apr
156
- </p >
156
+ </div >
157
157
<p
158
158
class = " MuiTypography-root smallDate MuiTypography-body1 MuiTypography-alignCenter"
159
159
data-testid = " timeline-time-0"
@@ -194,12 +194,12 @@ exports[`render simple timeline graph with time 1`] = `
194
194
>
195
195
2018
196
196
</p >
197
- <p
197
+ <div
198
198
class = " MuiTypography-root timelineDate MuiTypography-body1 MuiTypography-alignCenter"
199
199
data-testid = " timeline-date-1"
200
200
>
201
201
20 Apr
202
- </p >
202
+ </div >
203
203
<p
204
204
class = " MuiTypography-root smallDate MuiTypography-body1 MuiTypography-alignCenter"
205
205
data-testid = " timeline-time-1"
@@ -305,12 +305,12 @@ exports[`test selecting an item on the timeline card 1`] = `
305
305
>
306
306
2018
307
307
</p >
308
- <p
308
+ <div
309
309
class = " MuiTypography-root timelineDate MuiTypography-body1 MuiTypography-alignCenter"
310
310
data-testid = " timeline-date-0"
311
311
>
312
312
20 Apr
313
- </p >
313
+ </div >
314
314
</div >
315
315
<div
316
316
class = " timeline timelineStart"
@@ -345,12 +345,12 @@ exports[`test selecting an item on the timeline card 1`] = `
345
345
>
346
346
2018
347
347
</p >
348
- <p
348
+ <div
349
349
class = " MuiTypography-root timelineDate MuiTypography-body1 MuiTypography-alignCenter"
350
350
data-testid = " timeline-date-1"
351
351
>
352
352
20 Apr
353
- </p >
353
+ </div >
354
354
</div >
355
355
<div
356
356
class = " timeline timelineEnd"
@@ -500,12 +500,12 @@ exports[`test tabbed timeline cartd 1`] = `
500
500
>
501
501
2018
502
502
</p >
503
- <p
503
+ <div
504
504
class = " MuiTypography-root timelineDate MuiTypography-body1 MuiTypography-alignCenter"
505
505
data-testid = " timeline-date-0"
506
506
>
507
507
20 Apr
508
- </p >
508
+ </div >
509
509
</div >
510
510
<div
511
511
class = " timeline timelineStart"
@@ -540,12 +540,12 @@ exports[`test tabbed timeline cartd 1`] = `
540
540
>
541
541
2018
542
542
</p >
543
- <p
543
+ <div
544
544
class = " MuiTypography-root timelineDate MuiTypography-body1 MuiTypography-alignCenter"
545
545
data-testid = " timeline-date-1"
546
546
>
547
547
20 Apr
548
- </p >
548
+ </div >
549
549
</div >
550
550
<div
551
551
class = " timeline timelineEnd"
@@ -647,7 +647,7 @@ exports[`test unselecting an item on the timeline card 1`] = `
647
647
>
648
648
2018
649
649
</p >
650
- <p
650
+ <div
651
651
class = " MuiTypography-root timelineDate MuiTypography-body1 MuiTypography-alignCenter"
652
652
data-testid = " timeline-date-0"
653
653
>
@@ -657,7 +657,7 @@ exports[`test unselecting an item on the timeline card 1`] = `
657
657
>
658
658
Fri
659
659
</div >
660
- </p >
660
+ </div >
661
661
</div >
662
662
<div
663
663
class = " timeline timelineStart"
@@ -692,7 +692,7 @@ exports[`test unselecting an item on the timeline card 1`] = `
692
692
>
693
693
2018
694
694
</p >
695
- <p
695
+ <div
696
696
class = " MuiTypography-root timelineDate MuiTypography-body1 MuiTypography-alignCenter"
697
697
data-testid = " timeline-date-1"
698
698
>
@@ -702,7 +702,7 @@ exports[`test unselecting an item on the timeline card 1`] = `
702
702
>
703
703
Fri
704
704
</div >
705
- </p >
705
+ </div >
706
706
</div >
707
707
<div
708
708
class = " timeline timelineEnd"
0 commit comments