dmbartle

Results 3 comments of dmbartle

Related issue: https://github.com/badeball/cypress-cucumber-preprocessor/pull/538

I hit the same issue, found a workaround which will loop over the current list of intercepted requests and run cy.wait on any that haven't been waited on yet. Then...