aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorjpl2017-04-04 18:42:53 +0200
committerjpl2017-04-04 18:42:53 +0200
commitf5aad1ef289c1c68fd8153187b8efedc230aa511 (patch)
treee5a19e85a1920561702b497bf624f69a3c5213f0 /spec
parent857f8910f397b784c34801f3371277f63bd79894 (diff)
downloadchouette-core-f5aad1ef289c1c68fd8153187b8efedc230aa511.tar.bz2
Refs #3043: fix BS horizontal form comp. label
Diffstat (limited to 'spec')
-rw-r--r--spec/features/time_tables_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/time_tables_spec.rb b/spec/features/time_tables_spec.rb
index 975160979..573b41150 100644
--- a/spec/features/time_tables_spec.rb
+++ b/spec/features/time_tables_spec.rb
@@ -125,7 +125,6 @@ describe "TimeTables", :type => :feature do
visit referential_time_tables_path(referential)
click_link "Ajouter un calendrier"
fill_in "Nom", :with => "TimeTable 1"
- fill_in "Identifiant Neptune", :with => "test:Timetable:1"
click_button("Valider")
expect(page).to have_content("TimeTable 1")
end