diff options
| author | jpl | 2017-04-04 18:42:53 +0200 |
|---|---|---|
| committer | jpl | 2017-04-04 18:42:53 +0200 |
| commit | f5aad1ef289c1c68fd8153187b8efedc230aa511 (patch) | |
| tree | e5a19e85a1920561702b497bf624f69a3c5213f0 /spec | |
| parent | 857f8910f397b784c34801f3371277f63bd79894 (diff) | |
| download | chouette-core-f5aad1ef289c1c68fd8153187b8efedc230aa511.tar.bz2 | |
Refs #3043: fix BS horizontal form comp. label
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/features/time_tables_spec.rb | 1 |
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 |
