cy.intercept({ method: "GET", url: "http://my-api.biz/api/**", }).as("dataGetFirst"); cy.wait("@dataGetFirst");