View Slide
cy.intercept({url: '/widgets/checkout/info',method: 'GET'}).as('checkoutAvailable');// …cy.wait(‚@checkoutAvailable').its(‚response.statusCode‘).should('equal', 200);