cy wait for xhr

Solutions on MaxInterview for cy wait for xhr by the best coders in the world

showing results for - "cy wait for xhr"
Gabriel
16 Jul 2016
1cy.intercept({
2      method: "GET",
3      url: "http://my-api.biz/api/**",
4    }).as("dataGetFirst");
5    
6cy.wait("@dataGetFirst");
queries leading to this page
cy wait for xhrcy wait for xhr