diff --git a/spec/features/debates_spec.rb b/spec/features/debates_spec.rb index e06872416..a8c413eb4 100644 --- a/spec/features/debates_spec.rb +++ b/spec/features/debates_spec.rb @@ -72,13 +72,13 @@ feature 'Debates' do visit debate_path(debate) click_link 'Edit' - fill_in 'debate_title', with: "Go home Rajoy" + fill_in 'debate_title', with: "End child poverty" fill_in 'debate_description', with: "Let's..." click_button "Update Debate" expect(page).to have_content "Debate was successfully updated." - expect(page).to have_content "Go home Rajoy" + expect(page).to have_content "End child poverty" expect(page).to have_content "Let's..." end