gitlab-org--gitlab-foss/features/support
Robert Speicher bbe0fa91d0 Prevent transient Capybara timeouts during feature tests
The problem occurred because asset compilation takes a long time, so
when the asset cache didn't exist and the first test ran, it would often
(randomly) time out during the generation before the actual test even
had a chance to run.

Now we check if the cache exists before the suite runs, and if not, we
manually fire a request to the root URL in order to generate it. This
should allow subsequent tests to use the cached assets.
2016-01-28 20:56:49 -05:00
..
capybara.rb Prevent transient Capybara timeouts during feature tests 2016-01-28 20:56:49 -05:00
db_cleaner.rb Move Spinach setup for db_cleaner and capybara to their own files 2015-04-25 21:33:16 -04:00
env.rb Fix tests for web editor 2015-08-14 15:08:31 +02:00