You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was pointed out by @BenMorganIO that we're loading a bunch of resources in from various places, when they saw a test failure:
Capybara::Poltergeist::StatusFailError:
Request to 'http://127.0.0.1:37179/admin/products' failed to reach server, check DNS and/or server status - Timed out with the following resources still waiting https://cdn.recombu.com/mobile/images/news/M11370/1264769196_w670.jpg
# ./spec/features/products_index_spec.rb:17:in `block (2 levels) in <top (required)>'
# ./spec/support/background_jobs.rb:14:in `block (3 levels) in <top (required)>'
# ./spec/support/background_jobs.rb:5:in `run_background_jobs_immediately'
# ./spec/support/background_jobs.rb:13:in `block (2 levels) in <top (required)>'
We should move these to a single location, and maybe stub them out for tests to absolve us of remote dependencies.
The text was updated successfully, but these errors were encountered:
It was pointed out by @BenMorganIO that we're loading a bunch of resources in from various places, when they saw a test failure:
We should move these to a single location, and maybe stub them out for tests to absolve us of remote dependencies.
The text was updated successfully, but these errors were encountered: