aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/timebands_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/timebands_spec.rb')
-rw-r--r--spec/features/timebands_spec.rb4
1 files changed, 2 insertions, 2 deletions
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