aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/timebands_spec.rb
diff options
context:
space:
mode:
authorjpl2017-03-17 17:28:36 +0100
committerjpl2017-03-17 17:28:36 +0100
commit82f8b8a0cf518946d94573831676237411e1ece9 (patch)
tree7cd4182e3337a7dd185ef7e97e688cba6ca0fa82 /spec/features/timebands_spec.rb
parent42c0d639d933a7234b5dfbf2987b9c3a4175fca3 (diff)
downloadchouette-core-82f8b8a0cf518946d94573831676237411e1ece9.tar.bz2
Refs #2859: fix wording issues
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