I want to pause a application call that is not API/service which triggers to load of a new page with the application, like to stop it so that so that i can do the assertions in validate it. As Cy.wait or cy.intercept not working out because they are not APIs or service calls hence they reload are happening irrespective of putting these. Need suggestion how to handle single page application load to pause for such cases