summaryrefslogtreecommitdiff
path: root/spec/support/wait_for_requests.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* refactor wait_for_requests, add slow_requests block helperMike Greiling2017-11-021-7/+29
* Call Capybara.reset_sessions! before block_and_wait_for_requests_complete33779-reset-session-before-blocking-requestsRémy Coutable2017-06-161-6/+0
* Avoid including Capybara::DSL to conflict with definition of pagesh-fix-issue-33756Stan Hu2017-06-151-5/+3
* Don't include Capybara::DSL in the global scopeStan Hu2017-06-151-0/+2
* Wait for all Ajax and Vue requests to complete in JavaScript testsStan Hu2017-06-151-1/+1
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-7/+31
* Wait for requests after each Spinach scenario instead of featuredm-wait-for-requestsDouwe Maan2017-05-121-6/+1
* Merge request widget redesignFatih Acet2017-05-091-1/+7
* Wait for AJAX requests at the JS level in addition to wait for requests at th...Rémy Coutable2017-04-261-1/+5
* Don't navigate to about:blankRémy Coutable2017-03-221-8/+0
* Introduce a new middleware for the test environment that can block requestsRémy Coutable2017-03-221-0/+40