gitlab-org--gitlab-foss/features/support
Rémy Coutable 448fc23e47
Let PhantomJS load local images
This change fix a memory leak due to a Webkit bug:
https://github.com/ariya/phantomjs/issues/12903

Also:

- Whitelist only localhost and 127.0.0.1 in Capybara + JS specs
- Blacklist all requests to media such as images, videos, PDFs, CSVs etc.
- Log all the requests made.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-12 19:00:03 +02:00
..
capybara.rb Let PhantomJS load local images 2017-06-12 19:00:03 +02:00
db_cleaner.rb
env.rb Use wait_for_requests to wait all JS request 2017-05-22 20:39:49 -03:00
login_helpers.rb
rerun.rb