housekeeping: improve e2e stability (#4721)

This commit is contained in:
kyle
2018-07-12 17:59:35 -07:00
committed by GitHub
parent 59a6a9b20f
commit 003d6b782d
18 changed files with 25 additions and 19 deletions

View File

@@ -74,7 +74,7 @@
window["SwaggerUIStandalonePreset"] = window["swagger-ui-standalone-preset"]
// Build a system
const ui = SwaggerUIBundle({
url: "https://petstore.swagger.io/v2/swagger.json",
url: "",
dom_id: '#swagger-ui',
presets: [
SwaggerUIBundle.presets.apis,