summaryrefslogtreecommitdiff
path: root/spec/frontend/clusters/components/__snapshots__/new_cluster_spec.js.snap
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>"
`;