mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-12 02:00:06 -06:00
* fix async timeouts * add tests * add asyncTestTimeout config value * fix angular_spec, add timeout test * fix connectors_spec * fix querying_spec * fix e2e test e2e_config_fails * fix e2e specs, change calls to cy.timeout() * remove added config value, use `defaultCommandTimeout` * fix timing out internal tests * cleanup * add e2e test for async timeout after cy command * [review] remove most of runner_spec * add back runner_spec, whoops