Skip to content

Commit 62ecd44

Browse files
committed
Fix Jest snapshots
Refs: #1834
1 parent 132b89a commit 62ecd44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/components/src/components/table-stateless/test/__snapshots__/snapshot.spec.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`kol-table-stateless-wc should render with _label="Table with horizontal
55
<div class="kol-table">
66
<kol-table-settings-wc></kol-table-settings-wc>
77
<div class="kol-table__scroll-container">
8-
<table class="kol-table__table" style="min-width: 400px;">
8+
<table class="kol-table__table" style="min-width: max(400px, 0ch);">
99
<div aria-describedby="caption" class="kol-table__focus-element"></div>
1010
<caption class="kol-table__caption" id="caption">
1111
Table with horizontal and vertical headers
@@ -82,7 +82,7 @@ exports[`kol-table-stateless-wc should render with _label="Table with only horiz
8282
<div class="kol-table">
8383
<kol-table-settings-wc></kol-table-settings-wc>
8484
<div class="kol-table__scroll-container">
85-
<table class="kol-table__table" style="min-width: 400px;">
85+
<table class="kol-table__table" style="min-width: max(400px, 0ch);">
8686
<div aria-describedby="caption" class="kol-table__focus-element"></div>
8787
<caption class="kol-table__caption" id="caption">
8888
Table with only horizontal headers
@@ -129,7 +129,7 @@ exports[`kol-table-stateless-wc should render with _label="Table with two horizo
129129
<div class="kol-table">
130130
<kol-table-settings-wc></kol-table-settings-wc>
131131
<div class="kol-table__scroll-container">
132-
<table class="kol-table__table" style="min-width: 400px;">
132+
<table class="kol-table__table" style="min-width: max(400px, 0ch);">
133133
<div aria-describedby="caption" class="kol-table__focus-element"></div>
134134
<caption class="kol-table__caption" id="caption">
135135
Table with two horizontal header rows
@@ -191,7 +191,7 @@ exports[`kol-table-stateless-wc should render with _label="Table with two spanne
191191
<div class="kol-table">
192192
<kol-table-settings-wc></kol-table-settings-wc>
193193
<div class="kol-table__scroll-container">
194-
<table class="kol-table__table" style="min-width: 400px;">
194+
<table class="kol-table__table" style="min-width: max(400px, 0ch);">
195195
<div aria-describedby="caption" class="kol-table__focus-element"></div>
196196
<caption class="kol-table__caption" id="caption">
197197
Table with two spanned horizontal and vertical headers

0 commit comments

Comments
 (0)