aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/time_tables_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/time_tables_spec.rb
parent42c0d639d933a7234b5dfbf2987b9c3a4175fca3 (diff)
downloadchouette-core-82f8b8a0cf518946d94573831676237411e1ece9.tar.bz2
Refs #2859: fix wording issues
Diffstat (limited to 'spec/features/time_tables_spec.rb')
-rw-r--r--spec/features/time_tables_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/time_tables_spec.rb b/spec/features/time_tables_spec.rb
index de0d33a9d..8e0b62c89 100644
--- a/spec/features/time_tables_spec.rb
+++ b/spec/features/time_tables_spec.rb
@@ -134,9 +134,9 @@ describe "TimeTables", :type => :feature do
describe "edit and return to show" do
it "edit time_table" do
visit referential_time_table_path(referential, subject)
- click_link "Modifier ce calendrier"
+ click_link "Editer ce calendrier"
fill_in "Nom", :with => "TimeTable Modified"
- click_button("Modifier calendrier")
+ click_button("Editer calendrier")
expect(page).to have_content("TimeTable Modified")
end
end