From e50d3840ce6e1ff19c041a98dd678a2b26479e42 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Tue, 3 Dec 2019 09:54:08 +0100 Subject: [PATCH] push updated stories --- .../src/__snapshots__/storyshots.test.ts.snap | 133 +++++++++++++++++- 1 file changed, 129 insertions(+), 4 deletions(-) diff --git a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap index e8c0f9d3f4..844dadca2b 100644 --- a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap +++ b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap @@ -336,7 +336,7 @@ exports[`Storyshots DateFromNow Default 1`] = ` exports[`Storyshots Forms|Checkbox Default 1`] = `
`; + +exports[`Storyshots Table|Table Default 1`] = ` + + + + + + + + + + + + + + + + + +
+ FIRST + + SECOND + +
+

+ dddd +

+
+

+ xyz +

+
+

+ abc +

+
+

+ bbbb +

+
+`; + +exports[`Storyshots Table|Table TextColumn 1`] = ` + + + + + + + + + + + + + + + + + + + + + +
+ FIRST + + + SECOND + +
+ d + + y +
+ a + + b +
+ z + + a +
+`;