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