Sfoglia il codice sorgente

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

bubble
kyle 5 anni fa
committed by GitHub
parent
commit
2669b26dcb
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      test/e2e-selenium/pages/main.js

+ 1
- 1
test/e2e-selenium/pages/main.js Vedi 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"


Caricamento…
Annulla
Salva