describe("#6540: XML example not rendered correctly with oneOf", () => { it("should render xml like json", () => { const expected = "\n\n\tstring\n\t0\n\t\n\t\tText\n\t\tThis is a text\n\t\n\t\n\t\timage\n\t\tThis is a image\n\t\n\t\n\t\tText\n\t\tThis is a text\n\t\n\t\n\t\timage\n\t\tThis is a image\n\t\n" cy .visit("/?url=/documents/bugs/6540.yaml") .get("#operations-Test-postTest") .click() .get(".microlight") .contains(expected) }) })