debian-mirror-gitlab/spec/frontend/artifacts_settings/components/__snapshots__/keep_latest_artifact_checkbox_spec.js.snap

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
742 B
Text
Raw Normal View History

2021-03-08 18:12:59 +05:30
// Jest Snapshot v1, https://goo.gl/fbAQLP
2021-03-11 19:13:27 +05:30
exports[`Keep latest artifact checkbox when application keep latest artifact setting is enabled sets correct setting value in checkbox with query result 1`] = `
2021-03-08 18:12:59 +05:30
<div>
<!---->
2021-03-11 19:13:27 +05:30
<b-form-checkbox-stub
2021-03-08 18:12:59 +05:30
checked="true"
2021-03-11 19:13:27 +05:30
class="gl-form-checkbox"
2022-08-13 15:12:31 +05:30
id="4"
2021-03-11 19:13:27 +05:30
value="true"
2021-03-08 18:12:59 +05:30
>
2021-03-11 19:13:27 +05:30
<strong
2021-03-08 18:12:59 +05:30
class="gl-mr-3"
>
Keep artifacts from most recent successful jobs
2021-03-11 19:13:27 +05:30
</strong>
2021-03-08 18:12:59 +05:30
<gl-link-stub
href="/help/ci/pipelines/job_artifacts"
>
More information
</gl-link-stub>
2021-03-11 19:13:27 +05:30
<p
class="help-text"
>
The latest artifacts created by jobs in the most recent successful pipeline will be stored.
</p>
</b-form-checkbox-stub>
2021-03-08 18:12:59 +05:30
</div>
`;