Ver a proveniência

fix(cypress): oas3-request-body-required flakineess (#6583)

bubble
Tim Lai há 3 anos
committed by GitHub
ascendente
cometimento
64ae7af565
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      test/e2e-cypress/tests/features/oas3-request-body-required.js

+ 1
- 0
test/e2e-cypress/tests/features/oas3-request-body-required.js Ver ficheiro

@@ -41,6 +41,7 @@ describe("OpenAPI 3.0 Validation for Required Request Body and Request Body Fiel
// Execute
.get(".execute.opblock-control__btn")
.click()
.get(".opblock-body .opblock-section .opblock-section-request-body .parameters:nth-child(1) > .parameters-col_description input")
.should("not.have.class", "invalid")
// cURL component should exist
.get(".responses-wrapper .curl-command")


Carregando…
Cancelar
Guardar