removes extra space

This commit is contained in:
rgarcia
2017-10-04 23:58:36 +02:00
parent bba8cac262
commit 52b68aa0df

View File

@@ -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)