Commit 1959a29d authored by Denys Mishunov's avatar Denys Mishunov

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

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