aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features
diff options
context:
space:
mode:
authorLuc Donnet2015-02-04 17:04:26 +0100
committerLuc Donnet2015-02-04 17:04:26 +0100
commite39ab9fc826ecc24466ea441f636681e1c284b0b (patch)
treefefffc91a65e7cebfe25ddf1d399f3f1106a2936 /spec/features
parent26374d80faaff8f792acceabac9add63ade1dfeb (diff)
downloadchouette-core-e39ab9fc826ecc24466ea441f636681e1c284b0b.tar.bz2
Delete save and open page for spec
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/group_of_lines_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/group_of_lines_spec.rb b/spec/features/group_of_lines_spec.rb
index 8ede45b24..abcc87385 100644
--- a/spec/features/group_of_lines_spec.rb
+++ b/spec/features/group_of_lines_spec.rb
@@ -32,7 +32,6 @@ describe "Group of lines", :type => :feature do
it "display map" do
visit referential_group_of_lines_path(referential)
click_link "#{subject.name}"
- save_and_open_page
expect(page).to have_selector("#map.group_of_line")
end
end