From 82f8b8a0cf518946d94573831676237411e1ece9 Mon Sep 17 00:00:00 2001 From: jpl Date: Fri, 17 Mar 2017 17:28:36 +0100 Subject: Refs #2859: fix wording issues --- spec/features/timebands_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/features/timebands_spec.rb') diff --git a/spec/features/timebands_spec.rb b/spec/features/timebands_spec.rb index bd1d4b820..fcd14641a 100644 --- a/spec/features/timebands_spec.rb +++ b/spec/features/timebands_spec.rb @@ -44,9 +44,9 @@ describe "Timebands", :type => :feature do describe "edit and return to show" do it "edit timeband" do visit referential_timeband_path(referential, subject) - click_link "Modifier ce créneau horaire" + click_link "Editer ce créneau horaire" fill_in "Titre", :with => "Timeband Modified" - click_button("Modifier créneau horaire") + click_button("Editer créneau horaire") expect(page).to have_content("Timeband Modified") end end -- cgit v1.2.3