aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features/lines_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/lines_spec.rb')
-rw-r--r--spec/features/lines_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/features/lines_spec.rb b/spec/features/lines_spec.rb
index f6f351049..7ff1048bf 100644
--- a/spec/features/lines_spec.rb
+++ b/spec/features/lines_spec.rb
@@ -23,7 +23,8 @@ describe "Lines", :type => :feature do
describe "show" do
it "display line" do
visit line_referential_lines_path(line_referential)
- click_link "#{lines.first.name}"
+ # click_link "Voir"
+ visit line_referential_line_path(line_referential, lines.first)
expect(page).to have_content(lines.first.name)
end
end