aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorBruno Perles2015-12-23 14:27:35 +0100
committerBruno Perles2015-12-23 15:41:04 +0100
commit41f97d147fc8e2d79c4724476c43a3f657d87e64 (patch)
tree32092ebd6fb2b2ca10ed3dda3a3d2a0e37d3b606 /spec
parentfece6201e4141048c2b4f639b3d9e7b5c1a137ac (diff)
downloadchouette-core-41f97d147fc8e2d79c4724476c43a3f657d87e64.tar.bz2
Update some locales
Diffstat (limited to 'spec')
-rw-r--r--spec/features/timebands_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/features/timebands_spec.rb b/spec/features/timebands_spec.rb
index 6f07fab4f..bd1d4b820 100644
--- a/spec/features/timebands_spec.rb
+++ b/spec/features/timebands_spec.rb
@@ -28,7 +28,7 @@ describe "Timebands", :type => :feature do
describe "new" do
it "creates timeband and return to show" do
visit referential_timebands_path(referential)
- click_link "Ajouter une plage horaire"
+ click_link "Ajouter un créneau horaire"
fill_in "Titre", :with => "Timeband 1"
select '10', from: 'timeband_start_time_4i'
@@ -36,7 +36,7 @@ describe "Timebands", :type => :feature do
select '11', from: 'timeband_end_time_4i'
select '00', from: 'timeband_end_time_5i'
- click_button("Créer plage horaire")
+ click_button("Créer créneau horaire")
expect(page).to have_content("Timeband 1")
end
end
@@ -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 cette plage horaire"
+ click_link "Modifier ce créneau horaire"
fill_in "Titre", :with => "Timeband Modified"
- click_button("Modifier plage horaire")
+ click_button("Modifier créneau horaire")
expect(page).to have_content("Timeband Modified")
end
end