summaryrefslogtreecommitdiff
path: root/spec/views/import/gitlab_projects/new.html.haml_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/views/import/gitlab_projects/new.html.haml_spec.rb')
-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