summaryrefslogtreecommitdiff
path: root/spec/frontend/artifacts_settings/components/__snapshots__/keep_latest_artifact_checkbox_spec.js.snap
blob: 9d05e6d99f6b166d0c2c1dda4d55757968000c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Keep latest artifact checkbox sets correct setting value in checkbox with query result 1`] = `
<div>
  <!---->
   
  <gl-form-checkbox-stub
    checked="true"
  >
    <b
      class="gl-mr-3"
    >
      Keep artifacts from most recent successful jobs
    </b>
     
    <gl-link-stub
      href="/help/ci/pipelines/job_artifacts"
    >
      More information
    </gl-link-stub>
  </gl-form-checkbox-stub>
   
  <p>
    
    The latest artifacts created by jobs in the most recent successful pipeline will be stored.
  
  </p>
</div>
`;