From 8d4a305d6318ecabaebab12ffcf64f36171986b3 Mon Sep 17 00:00:00 2001 From: Paul Neubauer Date: Mon, 21 Mar 2022 16:43:50 +0100 Subject: [PATCH] Update snapshots --- .../views/__snapshots__/Trashbin.spec.js.snap | 93 ------------------- 1 file changed, 93 deletions(-) delete mode 100644 packages/web-app-files/tests/unit/views/__snapshots__/Trashbin.spec.js.snap diff --git a/packages/web-app-files/tests/unit/views/__snapshots__/Trashbin.spec.js.snap b/packages/web-app-files/tests/unit/views/__snapshots__/Trashbin.spec.js.snap deleted file mode 100644 index be6249ff7c9..00000000000 --- a/packages/web-app-files/tests/unit/views/__snapshots__/Trashbin.spec.js.snap +++ /dev/null @@ -1,93 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Trashbin component when the view is not loading anymore when length of the paginated resources is greater than zero should load the resource table with correct props 1`] = ` - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
Name Shares - - Status - - Actions - -
-
-
file-name-1234 - -
- file-path -
-
-
-
-
-
-
-
-
-
file-name-5896 - -
- file-path -
-
-
-
-
-
-
-
-
-
file-name-9856 - -
- file-path -
-
-
-
-
-
-
-
-`;