25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
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. })