Fixes failing tests which failed due to a new form existing now

This commit is contained in:
kikito
2015-10-28 17:35:59 +01:00
parent d6396b38b6
commit 26a9ca58cd
2 changed files with 0 additions and 2 deletions

View File

@@ -71,7 +71,6 @@ feature 'Commenting debates' do
within('#comments') do
expect(page).to_not have_content 'Write a comment'
expect(page).to_not have_content 'Reply'
expect(page).to_not have_css('form')
end
end
end

View File

@@ -71,7 +71,6 @@ feature 'Commenting proposals' do
within('#comments') do
expect(page).to_not have_content 'Write a comment'
expect(page).to_not have_content 'Reply'
expect(page).to_not have_css('form')
end
end
end