fresh-doctor-14925
cy.intercept("POST","/api/something").as('apiSomething') ... cy.wait('@apiSomething') .its('response.status') .should('be', 200)