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

exports[`CleanupPolicyEnabledAlert renders 1`] = `
<gl-alert-stub
  class="gl-mt-2"
  dismissible="true"
  dismisslabel="Dismiss"
  primarybuttonlink=""
  primarybuttontext=""
  secondarybuttonlink=""
  secondarybuttontext=""
  title=""
  variant="info"
>
  <gl-sprintf-stub
    message="Cleanup policies are now available for this project. %{linkStart}Click here to get started.%{linkEnd}"
  />
</gl-alert-stub>
`;