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

This commit is contained in:
Mike Greiling 2017-10-30 16:24:44 -05:00
parent 7513bd06c8
commit 945a262dfa
No known key found for this signature in database
GPG Key ID: 0303DF507FA67596
2 changed files with 0 additions and 2 deletions

View File

@ -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')

View File

@ -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