Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/registry/list/components/__snapshots__/group_empty_state_spec.js.snap')
-rw-r--r--spec/frontend/registry/list/components/__snapshots__/group_empty_state_spec.js.snap61
1 files changed, 0 insertions, 61 deletions
diff --git a/spec/frontend/registry/list/components/__snapshots__/group_empty_state_spec.js.snap b/spec/frontend/registry/list/components/__snapshots__/group_empty_state_spec.js.snap
deleted file mode 100644
index 3f13b7d4d76..00000000000
--- a/spec/frontend/registry/list/components/__snapshots__/group_empty_state_spec.js.snap
+++ /dev/null
@@ -1,61 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`Registry Group Empty state to match the default snapshot 1`] = `
-<div
- class="row container-message empty-state"
->
- <div
- class="col-12"
- >
- <div
- class="svg-250 svg-content"
- >
- <img
- alt="There are no container images available in this group"
- class=""
- src="imageUrl"
- />
- </div>
- </div>
-
- <div
- class="col-12"
- >
- <div
- class="text-content"
- >
- <h4
- class="center"
- style=""
- >
- There are no container images available in this group
- </h4>
-
- <p
- class="center"
- style=""
- >
- <p
- class="js-no-container-images-text"
- >
- With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here.
- <a
- href="help"
- target="_blank"
- >
- More Information
- </a>
- </p>
- </p>
-
- <div
- class="text-center"
- >
- <!---->
-
- <!---->
- </div>
- </div>
- </div>
-</div>
-`;