Submit a POST form in Cypress and navigate to the resulting page
问题 I'm having issues with Cypress loading the response body when I utilize the cy.request() command. In our application, when a form is filled out and submitted, it POSTs, and the response body is the new page. When I'm trying to do in Cypress is programmatically fill out the form. So I set up a cy.request() command, with the body filled with the form fields, which is the same as what happens when you fill it out manually. When I run the command, I can view the console and see that the correct