Commit a01b752a authored by Denys Mishunov's avatar Denys Mishunov

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

parent 1959a29d
......@@ -11,7 +11,7 @@ RSpec.describe 'Projects > Files > User wants to add a .gitignore file', :js do
visit project_new_blob_path(project, 'master', file_name: '.gitignore')
end
it 'user can pick a .gitignore file from the dropdown', :js do
it 'user can pick a .gitignore file from the dropdown' do
expect(page).to have_css('.gitignore-selector')
find('.js-gitignore-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