Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

11 řádky
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. })