aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/group_of_lines_spec.rb2
-rw-r--r--spec/features/networks_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/group_of_lines_spec.rb b/spec/features/group_of_lines_spec.rb
index 202f9f1c4..f6de06c8b 100644
--- a/spec/features/group_of_lines_spec.rb
+++ b/spec/features/group_of_lines_spec.rb
@@ -44,7 +44,7 @@ describe "Group of lines", :type => :feature do
click_link I18n.t('group_of_lines.actions.new')
fill_in "group_of_line[name]", :with => "Group of lines 1"
fill_in "group_of_line[registration_number]", :with => "1"
- fill_in "group_of_line[objectid]", :with => "test:GroupOfLine:999"
+ fill_in "group_of_line[objectid]", :with => "chouette:test:GroupOfLine:999"
click_button(I18n.t('formtastic.create',model: I18n.t('activerecord.models.group_of_line.one')))
expect(page).to have_content("Group of lines 1")
end
diff --git a/spec/features/networks_spec.rb b/spec/features/networks_spec.rb
index c2433f04e..1c85caef3 100644
--- a/spec/features/networks_spec.rb
+++ b/spec/features/networks_spec.rb
@@ -40,7 +40,7 @@ describe "Networks", :type => :feature do
click_link "Ajouter un réseau"
fill_in "network_name", :with => "Network 1"
fill_in "Numéro d'enregistrement", :with => "test-1"
- fill_in "Identifiant Neptune", :with => "test:GroupOfLine:1"
+ fill_in "Identifiant Neptune", :with => "chouette:test:GroupOfLine:1"
click_button("Créer réseau")
expect(page).to have_content("Network 1")
end