summaryrefslogtreecommitdiff
path: root/spec/frontend/clusters/components/__snapshots__/new_cluster_spec.js.snap
blob: 0bec2a5934e0b834f92608fefb31add1516eb876 (plain)
1
2
3
4
5
6
7
8
9
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`NewCluster renders the cluster component correctly 1`] = `
"<div class=\\"gl-pt-4\\">
  <h4>Enter your Kubernetes cluster certificate details</h4>
  <p>Enter details about your cluster. <b-link-stub href=\\"/some/help/path\\" target=\\"_blank\\" event=\\"click\\" routertag=\\"a\\" class=\\"gl-link\\">How do I use a certificate to connect to my cluster?</b-link-stub>
  </p>
</div>"
`;