%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/5164.js |
describe("#5164: multipart property initial values", () => { it("should provide correct initial values for objects and arrays", () => { const correctObjectValue = JSON.stringify({ "one": "abc", "two": 123 }, null, 2) cy .visit("?url=/documents/bugs/5164.yaml") .get("#operations-default-post_") .click() .get(".try-out__btn") .click() .get(`.parameters[data-property-name="first"] textarea`) .should("have.value", correctObjectValue) .get(`.parameters[data-property-name="second"] input`) .should("have.value", "hi") }) })