From 22f7bb4a1c5fa7c925f18039a397e3dc02ecf139 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Thu, 20 Jul 2017 11:58:08 +0300 Subject: [PATCH] update snapshot --- .../AuthenticationPage.test.js.snap | 74 ++++++++++--------- 1 file changed, 38 insertions(+), 36 deletions(-) diff --git a/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap b/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap index 3303baa5..13162fe4 100644 --- a/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap +++ b/src/containers/AuthenticationPage/__snapshots__/AuthenticationPage.test.js.snap @@ -25,48 +25,50 @@ exports[`AuthenticationPageComponent matches snapshot 1`] = ` onLogout={[Function]} onManageDisableScrolling={[Function]} />
- + + + , }, - "selected": false, - "text":

- -

, - }, - Object { - "linkProps": Object { - "name": "LoginPage", - "to": Object { - "state": Object { - "from": "/protected", + Object { + "linkProps": Object { + "name": "LoginPage", + "to": Object { + "state": Object { + "from": "/protected", + }, }, }, + "selected": true, + "text":

+ +

, }, - "selected": true, - "text":

- -

, - }, - ] - } /> - + ] + } /> + +
`;