summaryrefslogtreecommitdiff
path: root/spec/frontend/artifacts_settings
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-13 12:12:50 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-13 12:12:50 +0000
commit37a739daec0d7021b2af6ad03c60d37ac3461d88 (patch)
treee9621e1d5b8c59a2f2768deb3f153e1e5fb01437 /spec/frontend/artifacts_settings
parentbfd344aeac677543c2a2f623fd103d4cf0f4e247 (diff)
downloadgitlab-ce-37a739daec0d7021b2af6ad03c60d37ac3461d88.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.js4
1 files changed, 2 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 2f3ff2b22f2..ca94acfa444 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
@@ -39,8 +39,8 @@ describe('Keep latest artifact checkbox', () => {
const fullPath = 'gitlab-org/gitlab';
const helpPagePath = '/help/ci/pipelines/job_artifacts';
- const findCheckbox = () => wrapper.find(GlFormCheckbox);
- const findHelpLink = () => wrapper.find(GlLink);
+ const findCheckbox = () => wrapper.findComponent(GlFormCheckbox);
+ const findHelpLink = () => wrapper.findComponent(GlLink);
const createComponent = (handlers) => {
requestHandlers = {