aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/time_tables_spec.rb
diff options
context:
space:
mode:
authorLuc Donnet2015-01-29 16:53:30 +0100
committerLuc Donnet2015-01-29 16:53:30 +0100
commitf0a1afd8947a4c16af737b86f6c1c97b94c4710d (patch)
treef257d18828ff385588c09895b80b94a847f5f4f0 /spec/features/time_tables_spec.rb
parent0bf25cd563d38da17c9265570a98bff210044424 (diff)
parentc3ed60be997734921c8305f24b78e997e52a9cd3 (diff)
downloadchouette-core-f0a1afd8947a4c16af737b86f6c1c97b94c4710d.tar.bz2
Merge with V2_5 development
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 d9304c5ba..9b99ad8a3 100644
--- a/spec/features/time_tables_spec.rb
+++ b/spec/features/time_tables_spec.rb
@@ -31,7 +31,7 @@ describe "TimeTables", :type => :feature do
click_link "Ajouter un calendrier"
fill_in "Nom", :with => "TimeTable 1"
fill_in "Identifiant Neptune", :with => "test:Timetable:1"
- click_button("Créer Calendrier")
+ click_button("Créer calendrier")
expect(page).to have_content("TimeTable 1")
end
end
@@ -41,7 +41,7 @@ describe "TimeTables", :type => :feature do
visit referential_time_table_path(referential, subject)
click_link "Modifier ce calendrier"
fill_in "Nom", :with => "TimeTable Modified"
- click_button("Modifier Calendrier")
+ click_button("Modifier calendrier")
expect(page).to have_content("TimeTable Modified")
end
end