From b718ecdb2292415f3f5f9ba1d2f6d4809bb7c3c2 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Wed, 6 Nov 2019 14:13:02 +0100 Subject: [PATCH] Update snapshots --- .../__snapshots__/Stories.test.ts.snap | 382 +++++++++--------- .../stories/taxes/CountryListPage.tsx | 1 + 2 files changed, 192 insertions(+), 191 deletions(-) diff --git a/src/storybook/__snapshots__/Stories.test.ts.snap b/src/storybook/__snapshots__/Stories.test.ts.snap index 391c45ee5..6db1eeb87 100644 --- a/src/storybook/__snapshots__/Stories.test.ts.snap +++ b/src/storybook/__snapshots__/Stories.test.ts.snap @@ -123368,8 +123368,126 @@ exports[`Storyshots Views / Taxes / Country List default 1`] = `
+
+
+
+ + Configuration + +
+
+
+
+
+ +
+ +
+ +
+
+
+
+ +
+
+
-
-
-
- - Configuration - -
-
-
-
-
- -
- -
- -
-
-
-
- -
-
-
@@ -124091,79 +124091,8 @@ exports[`Storyshots Views / Taxes / Country List loading 1`] = `
-
-
- - - - - - - - - - - - - - - -
- Country Code - - Country Name - - Reduced Tax Rates -
- - ‌ - - - - ‌ - - - - ‌ - -
-
-
+
+
+ + + + + + + + + + + + + + + +
+ Country Code + + Country Name + + Reduced Tax Rates +
+ + ‌ + + + + ‌ + + + + ‌ + +
+
+
diff --git a/src/storybook/stories/taxes/CountryListPage.tsx b/src/storybook/stories/taxes/CountryListPage.tsx index cfb686c4f..b3f9434f0 100644 --- a/src/storybook/stories/taxes/CountryListPage.tsx +++ b/src/storybook/stories/taxes/CountryListPage.tsx @@ -13,6 +13,7 @@ const props: CountryListPageProps = { onBack: () => undefined, onSubmit: () => undefined, onTaxFetch: () => undefined, + saveButtonBarState: "default", shop: { __typename: "Shop", chargeTaxesOnShipping: false,