Skip to content

Commit bf0148d

Browse files
committed
chore: fixes tests
1 parent 72d1ecb commit bf0148d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exports[`<ContainerEventSource /> > render html correctly > should render dates
2828
</div>
2929
</div>
3030
<div data-v-e625cddd="" class="mt-1.5 size-2.5 flex-none rounded-lg flex select-none"></div>
31-
<div class="[word-break:break-word] whitespace-pre-wrap group-[.disable-wrap]:whitespace-nowrap">foo bar</div>
31+
<div class="[word-break:break-word] whitespace-pre-wrap group-[.disable-wrap]:whitespace-pre">foo bar</div>
3232
</div>
3333
</li>
3434
</ul>"
@@ -62,7 +62,7 @@ exports[`<ContainerEventSource /> > render html correctly > should render dates
6262
</div>
6363
</div>
6464
<div data-v-e625cddd="" class="mt-1.5 size-2.5 flex-none rounded-lg flex select-none"></div>
65-
<div class="[word-break:break-word] whitespace-pre-wrap group-[.disable-wrap]:whitespace-nowrap">foo bar</div>
65+
<div class="[word-break:break-word] whitespace-pre-wrap group-[.disable-wrap]:whitespace-pre">foo bar</div>
6666
</div>
6767
</li>
6868
</ul>"
@@ -96,7 +96,7 @@ exports[`<ContainerEventSource /> > render html correctly > should render messag
9696
</div>
9797
</div>
9898
<div data-v-e625cddd="" class="mt-1.5 size-2.5 flex-none rounded-lg flex select-none"></div>
99-
<div class="[word-break:break-word] whitespace-pre-wrap group-[.disable-wrap]:whitespace-nowrap">This is a message.</div>
99+
<div class="[word-break:break-word] whitespace-pre-wrap group-[.disable-wrap]:whitespace-pre">This is a message.</div>
100100
</div>
101101
</li>
102102
</ul>"

0 commit comments

Comments
 (0)