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/packages_and_registries/container_registry/explorer/components/list_page/__snapshots__/project_empty_state_spec.js.snap')
-rw-r--r--spec/frontend/packages_and_registries/container_registry/explorer/components/list_page/__snapshots__/project_empty_state_spec.js.snap83
1 files changed, 83 insertions, 0 deletions
diff --git a/spec/frontend/packages_and_registries/container_registry/explorer/components/list_page/__snapshots__/project_empty_state_spec.js.snap b/spec/frontend/packages_and_registries/container_registry/explorer/components/list_page/__snapshots__/project_empty_state_spec.js.snap
new file mode 100644
index 00000000000..46b07b4c2d6
--- /dev/null
+++ b/spec/frontend/packages_and_registries/container_registry/explorer/components/list_page/__snapshots__/project_empty_state_spec.js.snap
@@ -0,0 +1,83 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Registry Project Empty state to match the default snapshot 1`] = `
+<div>
+ <p>
+ With the Container Registry, every project can have its own space to store its Docker images.
+ <gl-link-stub
+ href="baz"
+ target="_blank"
+ >
+ More Information
+ </gl-link-stub>
+ </p>
+
+ <h5>
+ CLI Commands
+ </h5>
+
+ <p>
+ If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have
+ <gl-link-stub
+ href="barBaz"
+ target="_blank"
+ >
+ Two-Factor Authentication
+ </gl-link-stub>
+ enabled, use a
+ <gl-link-stub
+ href="fooBaz"
+ target="_blank"
+ >
+ Personal Access Token
+ </gl-link-stub>
+ instead of a password.
+ </p>
+
+ <gl-form-input-group-stub
+ class="gl-mb-4"
+ predefinedoptions="[object Object]"
+ value=""
+ >
+ <gl-form-input-stub
+ class="gl-font-monospace!"
+ readonly=""
+ type="text"
+ value="bazbaz"
+ />
+ </gl-form-input-group-stub>
+
+ <p
+ class="gl-mb-4"
+ >
+
+ You can add an image to this registry with the following commands:
+
+ </p>
+
+ <gl-form-input-group-stub
+ class="gl-mb-4"
+ predefinedoptions="[object Object]"
+ value=""
+ >
+ <gl-form-input-stub
+ class="gl-font-monospace!"
+ readonly=""
+ type="text"
+ value="foofoo"
+ />
+ </gl-form-input-group-stub>
+
+ <gl-form-input-group-stub
+ predefinedoptions="[object Object]"
+ value=""
+ >
+ <gl-form-input-stub
+ class="gl-font-monospace!"
+ readonly=""
+ type="text"
+ value="barbar"
+ />
+ </gl-form-input-group-stub>
+</div>
+`;