Files
2023-01-03 00:04:38 +00:00

11 lines
338 B
JavaScript

import repeat from "lodash/repeat"
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")
})
})