aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/time_tables_spec.rb
diff options
context:
space:
mode:
authorjpl2017-04-04 14:59:34 +0200
committerjpl2017-04-04 14:59:41 +0200
commit043e813ce3c13be2611d20d5e084f2add79afb59 (patch)
treef4c44138d86f89ffa84a461403cf8031f2ccaefc /spec/features/time_tables_spec.rb
parent4bb68cf4748fae774cad7ef6c1e71e91e72a1af6 (diff)
downloadchouette-core-043e813ce3c13be2611d20d5e084f2add79afb59.tar.bz2
Refs #2892: starting integration update on timetables#edit
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 8e0b62c89..975160979 100644
--- a/spec/features/time_tables_spec.rb
+++ b/spec/features/time_tables_spec.rb
@@ -126,7 +126,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("Valider")
expect(page).to have_content("TimeTable 1")
end
end
@@ -136,7 +136,7 @@ describe "TimeTables", :type => :feature do
visit referential_time_table_path(referential, subject)
click_link "Editer ce calendrier"
fill_in "Nom", :with => "TimeTable Modified"
- click_button("Editer calendrier")
+ click_button("Valider")
expect(page).to have_content("TimeTable Modified")
end
end