housekeeping: update model wrapper selector in Selenium tests (via #5064)

This commit is contained in:
kyle
2018-12-07 16:01:50 +01:00
committed by GitHub
parent 8bdf2933d5
commit 2669b26dcb

View File

@@ -482,7 +482,7 @@ module.exports = {
},
/* Model Container */
modelWrapper: {
selector: "div.swagger-ui > div:nth-child(2) > div:nth-child(6)",
selector: "div.swagger-ui > div:nth-child(2) > div:nth-child(5)",
elements: {
modelContainer: {
selector: ".swagger-ui .models"