You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 regels
338 B

  1. import repeat from "lodash/repeat"
  2. describe("#4838: empty request bodies result in endless loading", () => {
  3. it("should render model content changes correctly", () => {
  4. cy
  5. .visit("/?url=/documents/bugs/4838.yaml")
  6. .get("#operations-Some-post_some_route")
  7. .click()
  8. .contains("This should be visible")
  9. })
  10. })