aboutsummaryrefslogtreecommitdiffstats
path: root/spec/requests/connection_links_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/requests/connection_links_spec.rb')
-rw-r--r--spec/requests/connection_links_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/requests/connection_links_spec.rb b/spec/requests/connection_links_spec.rb
index 0c8b06c0f..798316aac 100644
--- a/spec/requests/connection_links_spec.rb
+++ b/spec/requests/connection_links_spec.rb
@@ -40,7 +40,7 @@ describe "ConnectionLinks" do
click_link "Ajouter une correspondance"
fill_in "Nom", :with => "ConnectionLink 1"
fill_in "Identifiant Neptune", :with => "test:ConnectionLink:1"
- click_button("Créer Correspondance")
+ click_button("Créer correspondance")
page.should have_content("ConnectionLink 1")
end
end
@@ -50,7 +50,7 @@ describe "ConnectionLinks" do
visit referential_connection_link_path(referential, subject)
click_link "Modifier cette correspondance"
fill_in "Nom", :with => "ConnectionLink Modified"
- click_button("Modifier Correspondance")
+ click_button("Modifier correspondance")
page.should have_content("ConnectionLink Modified")
end
end