From a943c24aa795f6010c8a6ab2249a39b5a628d14f Mon Sep 17 00:00:00 2001 From: Angel Perez Date: Thu, 26 Jul 2018 21:13:53 -0400 Subject: [PATCH] Replace Madrid-specific texts with CONSUL ones --- .../admin/site_customization/information_texts_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/features/admin/site_customization/information_texts_spec.rb b/spec/features/admin/site_customization/information_texts_spec.rb index ddfb11021..b5ed5496b 100644 --- a/spec/features/admin/site_customization/information_texts_spec.rb +++ b/spec/features/admin/site_customization/information_texts_spec.rb @@ -11,7 +11,7 @@ feature "Admin custom information texts" do visit admin_site_customization_information_texts_path click_link 'Debates' - expect(page).to have_content 'Help about citizen debates' + expect(page).to have_content 'Help about debates' click_link 'Community' expect(page).to have_content 'Access the community' @@ -41,7 +41,7 @@ feature "Admin custom information texts" do expect(page).to have_content 'Choose what you want to create' click_link 'Welcome' - expect(page).to have_content 'See all recommended debates' + expect(page).to have_content 'See all debates' end context "Globalization" do