From a3cf9ea480e01c964680a22d4491a7801e68e8eb Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Fri, 29 Jan 2016 16:31:22 -0300 Subject: [PATCH] media-panel-upload-=files-feature: add a sleep 1 on attach files --- features/step_definitions/web_steps.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/features/step_definitions/web_steps.rb b/features/step_definitions/web_steps.rb index f691833..39e5179 100644 --- a/features/step_definitions/web_steps.rb +++ b/features/step_definitions/web_steps.rb @@ -107,6 +107,7 @@ When /^(?:|I )attach the file "([^"]*)" to "([^"]*)"(?: within "([^"]*)")?$/ do with_scope(selector) do attach_file(field, path) end + sleep 1 end Then /^(?:|I )should see JSON:$/ do |expected_json| -- libgit2 0.21.2