From d9a25ee5059064e45eb2ed63d28b3b25c76c84c9 Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Mon, 28 Jan 2019 14:17:38 +0100 Subject: [PATCH] test: Updated snapshot --- .../__snapshots__/TeamPages.test.tsx.snap | 77 +++++++++++-------- 1 file changed, 44 insertions(+), 33 deletions(-) diff --git a/public/app/features/teams/__snapshots__/TeamPages.test.tsx.snap b/public/app/features/teams/__snapshots__/TeamPages.test.tsx.snap index f966c52983d..0c09eb3f82d 100644 --- a/public/app/features/teams/__snapshots__/TeamPages.test.tsx.snap +++ b/public/app/features/teams/__snapshots__/TeamPages.test.tsx.snap @@ -1,50 +1,61 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Render should render component 1`] = ` -
- + -
+ `; exports[`Render should render group sync page 1`] = ` -
- -
+ - -
-
+
+ +
+ + `; exports[`Render should render member page if team not empty 1`] = ` -
- -
+ - -
-
+
+ +
+ + `; exports[`Render should render settings and preferences page 1`] = ` -
- -
+ - -
-
+
+ +
+ + `;