소스 검색

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

bubble
Tim Lai 3 년 전
committed by GitHub
부모
커밋
64ae7af565
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기

@@ -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")


불러오는 중...
취소
저장