Files
swagger-ui/test/e2e-cypress/e2e/bugs/4838.cy.js

10 lines
303 B
JavaScript

describe("#4838: empty request bodies result in endless loading", () => {
it("should render model content changes correctly", () => {
cy
.visit("/?url=/documents/bugs/4838.yaml")
.get("#operations-Some-post_some_route")
.click()
.contains("This should be visible")
})
})