Read more

Tearing Down Capybara Tests of AJAX Pages

Henning Koch
June 20, 2014Software engineer at makandra GmbH

An all-in-approach to fix the problem of pending AJAX requests Show archive.org snapshot dying in the browser when the server ends a test or switches scenarios.


Illustration money motivation

Opscomplete powered by makandra brand

Save money by migrating from AWS to our fully managed hosting in Germany.

  • Trusted by over 100 customers
  • Ready to use with Ruby, Node.js, PHP
  • Proactive management by operations experts
Read more Show archive.org snapshot

We were able to work around this issue in most projects by doing this instead:

After '@javascript' do
  step 'I wait for the page to load'
end
Posted by Henning Koch to makandra dev (2014-06-20 09:46)