acceptable-tailor-43291
09/30/2022, 12:31 PMwait-on
will also work? cypress.exec("wait-on https://myapp.com/")
js
cy.visit('/');
//Simulated the login
// After login
// My app takes 40-50 sec time to load
cypress.exec("wait-on https://myapp.com/");
//Will that be correct?