Refs affd4b9
This commit is contained in:
@@ -2,7 +2,6 @@ describe("#5043: path-level $ref path items should inherit global consumes/produ
|
|||||||
it("should render consumes options correctly", () => {
|
it("should render consumes options correctly", () => {
|
||||||
cy
|
cy
|
||||||
.visit("/?url=/documents/bugs/5043/swagger.yaml")
|
.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")
|
.get("#operations-pet-findPetsByStatus")
|
||||||
.click()
|
.click()
|
||||||
.get(".try-out__btn")
|
.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", () => {
|
it("should render produces options correctly", () => {
|
||||||
cy
|
cy
|
||||||
.visit("/?url=/documents/bugs/5043/swagger.yaml")
|
.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")
|
.get("#operations-pet-findPetsByStatus")
|
||||||
.click()
|
.click()
|
||||||
.get(".try-out__btn")
|
.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")
|
.get(".body-param-content-type select")
|
||||||
.contains("text/csv")
|
.contains("text/csv")
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user