%PDF- %PDF-
Direktori : /var/www/html/shaban/duassis/api/vendor/swagger-api/swagger-ui/test/e2e-cypress/tests/bugs/ |
Current File : //var/www/html/shaban/duassis/api/vendor/swagger-api/swagger-ui/test/e2e-cypress/tests/bugs/5453.js |
// http://github.com/swagger-api/swagger-ui/issues/5453 describe("#5453: Responses w/o `content` should not render ModelExample", () => { it("should not render a ModelExample section", () => { cy.visit("/?url=/documents/bugs/5453.yaml") .get("#operations-default-get_foo") .click() .get(".responses-inner") .should("not.have.descendants", ".model-example") }) })