silly-laptop-48411
09/16/2022, 1:53 AM.wait('@getThing') when the yielded subject is an Interceptor? I want to assert on both response status, body, and request url.
I saw cy.wait("@updateUser").its("response.statusCode").should("equal", 204); from Cypress RWA but I couldn't understand how to chain multiple .its or .should in this instance. Perhaps a following cy.get('@getThing') after the .wait?