diff options
| author | Xinhui | 2017-08-31 16:30:08 +0200 | 
|---|---|---|
| committer | Xinhui | 2017-08-31 16:30:08 +0200 | 
| commit | c7ca08f191733293fc084abadc729cd3c224e120 (patch) | |
| tree | f062de03dfb8009d550616fe09115374a5cec583 /spec/features/connection_links_spec.rb | |
| parent | 87bde1328864171920960cb52c394d32452bb1c5 (diff) | |
| download | chouette-core-c7ca08f191733293fc084abadc729cd3c224e120.tar.bz2 | |
Fix features spec connection_links
Diffstat (limited to 'spec/features/connection_links_spec.rb')
| -rw-r--r-- | spec/features/connection_links_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/features/connection_links_spec.rb b/spec/features/connection_links_spec.rb index 0325e6e1c..7272242fe 100644 --- a/spec/features/connection_links_spec.rb +++ b/spec/features/connection_links_spec.rb @@ -34,7 +34,7 @@ RSpec.describe "ConnectionLinks", :type => :feature do        visit referential_connection_links_path(referential)        click_link "Ajouter une correspondance"        fill_in "Nom", :with => "ConnectionLink 1" -      fill_in "Identifiant Neptune", :with => "test:ConnectionLink:1" +      fill_in "Identifiant Neptune", :with => "test:ConnectionLink:1:LOC"        click_button("Créer correspondance")        expect(page).to have_content("ConnectionLink 1")      end | 
