Skip to content

Commit

Permalink
revert: add wait time for bugs/5043 to resolve spec (#7769) (#7775)
Browse files Browse the repository at this point in the history
Refs affd4b9
  • Loading branch information
char0n authored Jan 19, 2022
1 parent 5abb5c3 commit 302c483
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e-cypress/tests/bugs/5043.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")
Expand All @@ -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")
})
})
})

0 comments on commit 302c483

Please sign in to comment.