worried-hairdresser-56712
05/02/2023, 7:19 AMcy.intercept("GET", "/client/coverage-request-batch/*").as(
"closingBatchDetailsPage"
);
cy.intercept("POST", "/client/coverage-request-batch/*/discardfile").as(
"deleteUploadedFile"
);
But, when the responses is there, Cypress detects the first one, even though the response is 'POST'.
Am I doing something wrong? Thank you beforehand.