Code
Adding A waitForElement Command To Cypress
The Problem Having implemented Cypress recently for end to end testing I quickly realized the framework itself although pretty robust, was seriously lacking in the ajax support department. In other words, if an element wasn’t present within 5 seconds, the framework would throw and error and the test would fail. Read more…