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

new_cluster_spec.js.snap « __snapshots__ « components « clusters « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5577176bcc55d542a60c171e6fcbd1ebdf1b84fe (plain)
1
2
3
4
5
6
7
8
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`NewCluster renders the cluster component correctly 1`] = `
"<div>
  <h4>Enter the details for your Kubernetes cluster</h4>
  <p>Please enter access information for your Kubernetes cluster. If you need help, you can read our <b-link-stub href=\\"/some/help/path\\" target=\\"_blank\\" event=\\"click\\" routertag=\\"a\\" class=\\"gl-link\\">documentation</b-link-stub> on Kubernetes</p>
</div>"
`;