Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Issues
  • #819
Closed
Open
Issue created Apr 04, 2017 by Nick Charlton@nickcharltonContributor

Move the prototype/spec referenced images to a single, reliable source.

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.

Assignee
Assign to
Time tracking