diff options
author | Vitaly Takmazov | 2018-12-11 09:53:30 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 32ceca1bb27bc6258f87521e6b28cb0b9c328ebc (patch) | |
tree | 61593d6f3381c6b8d5dfb2cc51d083868d99c057 /vnext/src/components/__tests__ | |
parent | e04528b453d63321902c21008ac8ab40eb72960a (diff) |
update test snapshots
Diffstat (limited to 'vnext/src/components/__tests__')
-rw-r--r-- | vnext/src/components/__tests__/__snapshots__/Avatar.test.js.snap | 2 | ||||
-rw-r--r-- | vnext/src/components/__tests__/__snapshots__/LoginButton.test.js.snap | 12 |
2 files changed, 12 insertions, 2 deletions
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`] = ` } /> </div> - Log in + <span + className="desktop" + > + Log in + </span> </a> `; @@ -37,7 +41,11 @@ Array [ } /> </div> - Log in + <span + className="desktop" + > + Log in + </span> </a>, <div id="dialogt" |