improvement: operation path + summary overflow styling (via #5184)

* improvement: operation path + summary overflow styling

* inject zero-width spaces for better path breaking

* migrate 4867 regression test to tolerate new ZWSPs

* rm `dev-helpers/doc.yaml`
This commit is contained in:
kyle
2019-02-15 20:05:26 -06:00
committed by GitHub
parent 937c8f6208
commit 291e2c7251
3 changed files with 21 additions and 12 deletions

View File

@@ -7,8 +7,8 @@ describe("#4867: callback parameter rendering", () => {
.contains("Callbacks")
.click()
.get(".callbacks-container")
.contains("http://$request.query.url")
.get(".callbacks-container .opblock-summary-path")
.should("have.attr", "data-path", "http://$request.query.url")
.click()
.get(".parameters-container")