From 32ceca1bb27bc6258f87521e6b28cb0b9c328ebc Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 11 Dec 2018 09:53:30 +0300 Subject: update test snapshots --- .../components/__tests__/__snapshots__/Avatar.test.js.snap | 2 ++ .../__tests__/__snapshots__/LoginButton.test.js.snap | 12 ++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'vnext/src/components') diff --git a/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap b/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap index bbd39866..6ff13c4b 100644 --- a/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap +++ b/vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap @@ -5,6 +5,7 @@ exports[`Avatar renders correctly 1`] = ` style={ Object { "display": "flex", + "padding": "12px", } } > @@ -26,6 +27,7 @@ exports[`Avatar renders correctly 1`] = ` Object { "display": "flex", "flexDirection": "column", + "justifyContent": "center", } } > diff --git a/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap b/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap index ab0435a5..51559838 100644 --- a/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap +++ b/vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap @@ -16,7 +16,11 @@ exports[`Login button and form are renders correctly 1`] = ` } /> - Log in + + Log in + `; @@ -37,7 +41,11 @@ Array [ } /> - Log in + + Log in + ,