diff --git a/spec/features/comments/debates_spec.rb b/spec/features/comments/debates_spec.rb index a2a3eaaf3..b8e7295a7 100644 --- a/spec/features/comments/debates_spec.rb +++ b/spec/features/comments/debates_spec.rb @@ -300,6 +300,8 @@ feature 'Commenting debates' do # The button's text should now be "..." # This should be checked before the Ajax request is finished expect(page).to_not have_button 'Publish comment' + + expect(page).to have_content('Testing submit button!') end feature "Moderators" do