From 52b68aa0dfc0a4530dfd28439b5b8d232a3d94d1 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Wed, 4 Oct 2017 23:58:36 +0200 Subject: [PATCH] removes extra space --- spec/shared/features/nested_imageable.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/shared/features/nested_imageable.rb b/spec/shared/features/nested_imageable.rb index 68aab3a92..242686bd6 100644 --- a/spec/shared/features/nested_imageable.rb +++ b/spec/shared/features/nested_imageable.rb @@ -214,7 +214,6 @@ end def imageable_attach_new_file(imageable_factory_name, path, success = true) click_link "Add image" - within "#nested-image" do image = find(".image") image_input = image.find("input[type=file]", visible: false)