debian-mirror-gitlab/spec/frontend/artifacts_settings/components/__snapshots__/keep_latest_artifact_checkbox_spec.js.snap
2021-03-08 18:12:59 +05:30

29 lines
591 B
Text

// 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>
`;