cy.request doesn't allowing me to go to next UI test cases
问题 Trying to integrate both UI & API test cases Created two files: API test --> DO Login and writing token & saving it to fixture file Spec test -->Do REAL Login by using username and password and once test case pass then in next test first get the response by using cy.request using token which saved by step1. Based on response keys search the data in search bar API Test File: it("Login Request API",function(){ cy.request({ method:"POST", url: POST URL, headers:{ "content-type" : "application