diff --git a/test/e2e-cypress/tests/bugs/5043.js b/test/e2e-cypress/tests/bugs/5043.js index 6bd688dd..f1fff97d 100644 --- a/test/e2e-cypress/tests/bugs/5043.js +++ b/test/e2e-cypress/tests/bugs/5043.js @@ -2,7 +2,6 @@ describe("#5043: path-level $ref path items should inherit global consumes/produ it("should render consumes options correctly", () => { cy .visit("/?url=/documents/bugs/5043/swagger.yaml") - .wait(500) // HACK: wait for external spec ref to resolve (swagger.yaml->status.yaml) .get("#operations-pet-findPetsByStatus") .click() .get(".try-out__btn") @@ -17,7 +16,6 @@ describe("#5043: path-level $ref path items should inherit global consumes/produ it("should render produces options correctly", () => { cy .visit("/?url=/documents/bugs/5043/swagger.yaml") - .wait(500) // HACK: wait for external spec ref to resolve (swagger.yaml->status.yaml) .get("#operations-pet-findPetsByStatus") .click() .get(".try-out__btn") @@ -29,4 +27,4 @@ describe("#5043: path-level $ref path items should inherit global consumes/produ .get(".body-param-content-type select") .contains("text/csv") }) -}) \ No newline at end of file +})