From f7ccae9e7548791ada2c55a97db88a986844ef0c Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Sat, 4 May 2019 06:31:12 +0200 Subject: [PATCH] Fix: tests --- .../list-component-test.jsx.snap | 202 +++++++++--------- 1 file changed, 103 insertions(+), 99 deletions(-) diff --git a/frontend/src/component/strategies/__tests__/__snapshots__/list-component-test.jsx.snap b/frontend/src/component/strategies/__tests__/__snapshots__/list-component-test.jsx.snap index df427c3075..bf855a0b17 100644 --- a/frontend/src/component/strategies/__tests__/__snapshots__/list-component-test.jsx.snap +++ b/frontend/src/component/strategies/__tests__/__snapshots__/list-component-test.jsx.snap @@ -1,138 +1,142 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders correctly with one strategy 1`] = ` - -
-
-
- Strategies -
-
-
- -
+ Strategies +
- - + + + + + + - - - - Another - - - - - - -
-
+ > + + Another + + + + + + + `; exports[`renders correctly with one strategy without permissions 1`] = ` - -
-
-
- Strategies -
-
- + Strategies +
- - + + + - - - - Another - - - - - - -
-
+ + Another + + + + + + + `;