diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-09 09:08:36 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-09 09:08:36 +0000 |
| commit | a74ca2457e7c8a26ff5e12211d741b473c86c0b8 (patch) | |
| tree | 94c510c39dc9646ffd0c3af676ada798af74a444 /spec/frontend/artifacts_settings | |
| parent | 06af519348e7254062a7d03ef3e421356ff8c64a (diff) | |
| download | gitlab-ce-a74ca2457e7c8a26ff5e12211d741b473c86c0b8.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/artifacts_settings')
| -rw-r--r-- | spec/frontend/artifacts_settings/components/keep_latest_artifact_checkbox_spec.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/frontend/artifacts_settings/components/keep_latest_artifact_checkbox_spec.js b/spec/frontend/artifacts_settings/components/keep_latest_artifact_checkbox_spec.js index ca94acfa444..efdebe5f3b0 100644 --- a/spec/frontend/artifacts_settings/components/keep_latest_artifact_checkbox_spec.js +++ b/spec/frontend/artifacts_settings/components/keep_latest_artifact_checkbox_spec.js @@ -78,8 +78,6 @@ describe('Keep latest artifact checkbox', () => { }; afterEach(() => { - wrapper.destroy(); - wrapper = null; apolloProvider = null; }); |
