summaryrefslogtreecommitdiff
path: root/spec/views/import
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-17 15:08:15 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-17 15:08:15 +0000
commit00789fa09eb9a3c7145c9bb5021c06f48b9f173a (patch)
tree6bedcfd6046918db573ab264e8d7591b8c3384dc /spec/views/import
parenta19ddcd17a0fb99f9d4c3b1505ab47f13f87b8bb (diff)
downloadgitlab-ce-00789fa09eb9a3c7145c9bb5021c06f48b9f173a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/views/import')
-rw-r--r--spec/views/import/gitlab_projects/new.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/import/gitlab_projects/new.html.haml_spec.rb b/spec/views/import/gitlab_projects/new.html.haml_spec.rb
index c09c798f487..68e7019c892 100644
--- a/spec/views/import/gitlab_projects/new.html.haml_spec.rb
+++ b/spec/views/import/gitlab_projects/new.html.haml_spec.rb
@@ -26,7 +26,7 @@ RSpec.describe 'import/gitlab_projects/new.html.haml' do
render
- expect(rendered).to have_select('namespace_id', count: 1)
+ expect(rendered).to have_css('.js-vue-new-project-url-select', count: 1)
end
end
end