From 5b76aee52c1214c7a4bf5a6b74370b598d42aab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aappo=20=C3=85lander?= Date: Tue, 19 Nov 2019 13:00:30 +0200 Subject: [PATCH] Update test snapshots to match css-in-js update. --- src/components/Button/__snapshots__/Button.test.tsx.snap | 3 +++ src/core/Button/__snapshots__/Button.test.tsx.snap | 3 +++ .../Form/SearchInput/__snapshots__/SearchInput.test.tsx.snap | 1 + src/core/Form/TextInput/__snapshots__/TextInput.test.tsx.snap | 1 + src/core/Form/Toggle/__snapshots__/Toggle.test.tsx.snap | 1 + src/core/Panel/__snapshots__/PanelExpansion.test.tsx.snap | 3 +++ 6 files changed, 12 insertions(+) diff --git a/src/components/Button/__snapshots__/Button.test.tsx.snap b/src/components/Button/__snapshots__/Button.test.tsx.snap index 9a9b542b1..4b0c7ea4a 100644 --- a/src/components/Button/__snapshots__/Button.test.tsx.snap +++ b/src/components/Button/__snapshots__/Button.test.tsx.snap @@ -5,6 +5,9 @@ exports[`calling render with the same component on the same container does not r line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; + margin: 0; + overflow: visible; + text-transform: none; -webkit-appearance: button; margin: 0; padding: 0; diff --git a/src/core/Button/__snapshots__/Button.test.tsx.snap b/src/core/Button/__snapshots__/Button.test.tsx.snap index 98b513619..b8b37d0ed 100644 --- a/src/core/Button/__snapshots__/Button.test.tsx.snap +++ b/src/core/Button/__snapshots__/Button.test.tsx.snap @@ -5,6 +5,9 @@ exports[`calling render with the same component on the same container does not r line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; + margin: 0; + overflow: visible; + text-transform: none; -webkit-appearance: button; margin: 0; padding: 0; diff --git a/src/core/Form/SearchInput/__snapshots__/SearchInput.test.tsx.snap b/src/core/Form/SearchInput/__snapshots__/SearchInput.test.tsx.snap index e45e2e1fe..6ea736545 100644 --- a/src/core/Form/SearchInput/__snapshots__/SearchInput.test.tsx.snap +++ b/src/core/Form/SearchInput/__snapshots__/SearchInput.test.tsx.snap @@ -169,6 +169,7 @@ exports[`calling render with the same component on the same container does not r line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; + margin: 0; overflow: visible; margin: 0; padding: 0; diff --git a/src/core/Form/TextInput/__snapshots__/TextInput.test.tsx.snap b/src/core/Form/TextInput/__snapshots__/TextInput.test.tsx.snap index dcb15fc5e..b602be6a8 100644 --- a/src/core/Form/TextInput/__snapshots__/TextInput.test.tsx.snap +++ b/src/core/Form/TextInput/__snapshots__/TextInput.test.tsx.snap @@ -121,6 +121,7 @@ exports[`calling render with the same component on the same container does not r line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; + margin: 0; overflow: visible; margin: 0; padding: 0; diff --git a/src/core/Form/Toggle/__snapshots__/Toggle.test.tsx.snap b/src/core/Form/Toggle/__snapshots__/Toggle.test.tsx.snap index 066191ef9..affbeb5bb 100644 --- a/src/core/Form/Toggle/__snapshots__/Toggle.test.tsx.snap +++ b/src/core/Form/Toggle/__snapshots__/Toggle.test.tsx.snap @@ -147,6 +147,7 @@ exports[`calling render with the same component on the same container does not r line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; + margin: 0; overflow: visible; margin: 0; padding: 0; diff --git a/src/core/Panel/__snapshots__/PanelExpansion.test.tsx.snap b/src/core/Panel/__snapshots__/PanelExpansion.test.tsx.snap index 9de4f1d5c..2c6b650a5 100644 --- a/src/core/Panel/__snapshots__/PanelExpansion.test.tsx.snap +++ b/src/core/Panel/__snapshots__/PanelExpansion.test.tsx.snap @@ -176,6 +176,9 @@ exports[`calling render with the same component on the same container does not r line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; + margin: 0; + overflow: visible; + text-transform: none; -webkit-appearance: button; margin: 0; padding: 0;