aboutsummaryrefslogtreecommitdiffstats
path: root/spec/requests
diff options
context:
space:
mode:
authorLuc Donnet2014-06-25 16:34:19 +0200
committerLuc Donnet2014-06-25 16:34:19 +0200
commit0449133dc118c1859511b23c02743bcf08dc7359 (patch)
treec98e7831c160ee5837b216b3536a169a7830b425 /spec/requests
parent3988cf436bd2a751b3f229eaeebe0e2f371f6774 (diff)
downloadchouette-core-0449133dc118c1859511b23c02743bcf08dc7359.tar.bz2
Refactoring layout 2nd part Refs #0026847
Diffstat (limited to 'spec/requests')
-rw-r--r--spec/requests/time_tables_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/requests/time_tables_spec.rb b/spec/requests/time_tables_spec.rb
index 412dcece6..48bc5f0fd 100644
--- a/spec/requests/time_tables_spec.rb
+++ b/spec/requests/time_tables_spec.rb
@@ -30,8 +30,8 @@ describe "TimeTables" do
visit referential_time_tables_path(referential)
click_link "Ajouter un calendrier"
fill_in "Description", :with => "TimeTable 1"
- fill_in "Identifiant Neptune", :with => "test:Timetable:1"
- click_button("Créer calendrier")
+ fill_in "Identifiant Neptune", :with => "test:Timetable:1"
+ click_button("Créer Calendrier")
page.should have_content("TimeTable 1")
end
end
@@ -41,7 +41,7 @@ describe "TimeTables" do
visit referential_time_table_path(referential, subject)
click_link "Modifier ce calendrier"
fill_in "Description", :with => "TimeTable Modified"
- click_button("Modifier calendrier")
+ click_button("Modifier Calendrier")
page.should have_content("TimeTable Modified")
end
end