aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/companies_spec.rb2
-rw-r--r--spec/features/lines_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/companies_spec.rb b/spec/features/companies_spec.rb
index 3628d04f0..c85f6f2cd 100644
--- a/spec/features/companies_spec.rb
+++ b/spec/features/companies_spec.rb
@@ -31,7 +31,7 @@ describe "Companies", :type => :feature do
click_link "Ajouter un transporteur"
fill_in "company_name", :with => "Company 1"
fill_in "Numéro d'enregistrement", :with => "test-1"
- fill_in "Identifiant Neptune", :with => "test:Company:1"
+ fill_in "Identifiant Neptune", :with => "chouette:test:Company:1"
click_button("Créer transporteur")
expect(page).to have_content("Company 1")
end
diff --git a/spec/features/lines_spec.rb b/spec/features/lines_spec.rb
index 91185c22e..67303e05b 100644
--- a/spec/features/lines_spec.rb
+++ b/spec/features/lines_spec.rb
@@ -41,7 +41,7 @@ describe "Lines", :type => :feature do
click_link "Ajouter une ligne"
fill_in "line_name", :with => "Line 1"
fill_in "Numéro d'enregistrement", :with => "1"
- fill_in "Identifiant Neptune", :with => "test:Line:999"
+ fill_in "Identifiant Neptune", :with => "chouette:test:Line:999"
click_button("Créer ligne")
expect(page).to have_content("Line 1")
end