gitlab-org--gitlab-foss/features
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
..
admin Update Broadcast Message features 2016-01-13 11:34:59 -05:00
dashboard Make sorting preference reusable for all projects. 2016-01-22 17:00:35 -05:00
explore moved and refactored feature based on feedback. Also updated CHANGELOG 2016-01-27 11:23:28 +01:00
group Split group feature tests 2015-11-25 11:44:39 +01:00
profile Fix tests 2015-11-03 16:39:09 +01:00
project Merge branch 'issue_2406' into 'master' 2016-01-28 16:58:38 +00:00
snippets fix spinach features to use new button wordings 2015-10-15 17:59:17 +11:00
steps Merge branch 'issue_2406' into 'master' 2016-01-28 16:58:38 +00:00
support Prevent transient Capybara timeouts during feature tests 2016-01-28 20:56:49 -05:00
abuse_report.feature Streamline the "Report button" 2015-09-29 21:47:01 +02:00
groups.feature moved and refactored feature based on feedback. Also updated CHANGELOG 2016-01-27 11:23:28 +01:00
invites.feature
login_form.feature
search.feature
snippet_search.feature
user.feature