Commit c56fa2db authored by Denys Mishunov's avatar Denys Mishunov

Apply 1 suggestion(s) to 1 file(s)

parent a01b752a
......@@ -11,7 +11,7 @@ RSpec.describe 'Projects > Files > User wants to add a .gitlab-ci.yml file', :js
visit project_new_blob_path(project, 'master', file_name: '.gitlab-ci.yml')
end
it 'user can pick a template from the dropdown', :js do
it 'user can pick a template from the dropdown' do
expect(page).to have_css('.gitlab-ci-yml-selector')
find('.js-gitlab-ci-yml-selector').click
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment