summaryrefslogtreecommitdiff
path: root/spec/frontend/registry/explorer/components/list_page/__snapshots__/group_empty_state_spec.js.snap
blob: a8412e2bde9aac7cdc38e3d5529a571d02e9f589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Registry Group Empty state to match the default snapshot 1`] = `
<div
  svg-path="foo"
  title="There are no container images available in this group"
>
  <p>
    With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. 
    <gl-link-stub
      href="baz"
      target="_blank"
    >
      More Information
    </gl-link-stub>
  </p>
</div>
`;