summaryrefslogtreecommitdiff
path: root/spec/frontend/registry/settings/components/__snapshots__/registry_settings_app_spec.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/registry/settings/components/__snapshots__/registry_settings_app_spec.js.snap')
-rw-r--r--spec/frontend/registry/settings/components/__snapshots__/registry_settings_app_spec.js.snap14
1 files changed, 3 insertions, 11 deletions
diff --git a/spec/frontend/registry/settings/components/__snapshots__/registry_settings_app_spec.js.snap b/spec/frontend/registry/settings/components/__snapshots__/registry_settings_app_spec.js.snap
index c6dbb1da8e9..77f031db120 100644
--- a/spec/frontend/registry/settings/components/__snapshots__/registry_settings_app_spec.js.snap
+++ b/spec/frontend/registry/settings/components/__snapshots__/registry_settings_app_spec.js.snap
@@ -1,10 +1,10 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Registry List renders 1`] = `
+exports[`Registry Settings App renders 1`] = `
<div>
<p>
- Tag retention policies are designed to:
+ Tag expiration policy is designed to:
</p>
@@ -20,14 +20,6 @@ exports[`Registry List renders 1`] = `
</li>
</ul>
- <p>
- Read more about the
- <a
- href="foo"
- target="_blank"
- >
- Container Registry tag retention policies
- </a>
- </p>
+ <settingsform-stub />
</div>
`;