From 1b15ba8b8d37435460418e50708bf113667b9361 Mon Sep 17 00:00:00 2001 From: Sumitmaithani Date: Sun, 28 Jul 2024 11:27:27 +0530 Subject: [PATCH] feat: snapshot update --- .../Table/__tests__/__snapshots__/Table.web.test.tsx.snap | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/blade/src/components/Table/__tests__/__snapshots__/Table.web.test.tsx.snap b/packages/blade/src/components/Table/__tests__/__snapshots__/Table.web.test.tsx.snap index 553043dc63c..ef5669a522d 100644 --- a/packages/blade/src/components/Table/__tests__/__snapshots__/Table.web.test.tsx.snap +++ b/packages/blade/src/components/Table/__tests__/__snapshots__/Table.web.test.tsx.snap @@ -181,6 +181,7 @@ exports[` should render table 1`] = ` min-height: 48px; height: 100%; width: 100%; + white-space: nowrap; border-bottom-width: 1px; border-bottom-color: hsla(211,20%,52%,0.18); border-bottom-style: solid; @@ -1655,6 +1656,7 @@ exports[`
should render table with TableEditableCell and Bordered cells min-height: 48px; height: 100%; width: 100%; + white-space: nowrap; border-bottom-width: 1px; border-bottom-color: hsla(211,20%,52%,0.18); border-bottom-style: solid; @@ -1669,6 +1671,7 @@ exports[`
should render table with TableEditableCell and Bordered cells min-height: 48px; height: 100%; width: 100%; + white-space: nowrap; border-bottom-width: 1px; border-bottom-color: hsla(211,20%,52%,0.18); border-bottom-style: solid; @@ -2872,6 +2875,7 @@ exports[`
should render table with comfortable rowDensity 1`] = ` min-height: 60px; height: 100%; width: 100%; + white-space: nowrap; border-bottom-width: 1px; border-bottom-color: hsla(211,20%,52%,0.18); border-bottom-style: solid; @@ -3739,6 +3743,7 @@ exports[`
should render table with compact rowDensity 1`] = ` min-height: 36px; height: 100%; width: 100%; + white-space: nowrap; border-bottom-width: 1px; border-bottom-color: hsla(211,20%,52%,0.18); border-bottom-style: solid; @@ -4757,6 +4762,7 @@ exports[`
should render table with isRefreshing 1`] = ` min-height: 48px; height: 100%; width: 100%; + white-space: nowrap; border-bottom-width: 1px; border-bottom-color: hsla(211,20%,52%,0.18); border-bottom-style: solid; @@ -5680,6 +5686,7 @@ exports[`
should render table with showStripedRows 1`] = ` min-height: 48px; height: 100%; width: 100%; + white-space: nowrap; } .c6.c6.c6.c6.c6.c6.c6.c6.c6.c6.c6.c6.c6.c6.c6 { @@ -6548,6 +6555,7 @@ exports[`
should render table with sticky header, footer & first column min-height: 48px; height: 100%; width: 100%; + white-space: nowrap; border-bottom-width: 1px; border-bottom-color: hsla(211,20%,52%,0.18); border-bottom-style: solid;