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/serverless/components/__snapshots__/empty_state_spec.js.snap')
-rw-r--r--spec/frontend/serverless/components/__snapshots__/empty_state_spec.js.snap20
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/frontend/serverless/components/__snapshots__/empty_state_spec.js.snap b/spec/frontend/serverless/components/__snapshots__/empty_state_spec.js.snap
new file mode 100644
index 00000000000..22689080063
--- /dev/null
+++ b/spec/frontend/serverless/components/__snapshots__/empty_state_spec.js.snap
@@ -0,0 +1,20 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`EmptyStateComponent should render content 1`] = `
+"<section class=\\"row empty-state text-center\\">
+ <div class=\\"col-12\\">
+ <div class=\\"svg-250 svg-content\\"><img src=\\"/image.svg\\" alt=\\"Getting started with serverless\\" class=\\"gl-max-w-full\\"></div>
+ </div>
+ <div class=\\"col-12\\">
+ <div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\">
+ <h1 class=\\"h4\\">Getting started with serverless</h1>
+ <p>In order to start using functions as a service, you must first install Knative on your Kubernetes cluster. <gl-link-stub href=\\"/help\\">More information</gl-link-stub>
+ </p>
+ <div>
+ <gl-button-stub category=\\"primary\\" variant=\\"success\\" size=\\"medium\\" icon=\\"\\" href=\\"/clusters\\">Install Knative</gl-button-stub>
+ <!---->
+ </div>
+ </div>
+ </div>
+</section>"
+`;