Commit 945a262d authored by Mike Greiling's avatar Mike Greiling

flash message broken in rspec but already covered by repo_service_spec.js

parent 7513bd06
......@@ -32,7 +32,6 @@ feature 'Multi-file editor new directory', :js do
click_button('Commit 1 file')
expect(page).to have_content('Your changes have been committed')
expect(page).to have_selector('td', text: 'commit message')
click_link('foldername')
......
......@@ -34,7 +34,6 @@ feature 'Multi-file editor new file', :js do
click_button('Commit 1 file')
expect(page).to have_content('Your changes have been committed')
expect(page).to have_selector('td', text: 'commit message')
end
end
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