From 64ae7af565b743f607ab1026c9dfb8735c910528 Mon Sep 17 00:00:00 2001 From: Tim Lai Date: Tue, 3 Nov 2020 10:38:49 -0800 Subject: [PATCH] fix(cypress): oas3-request-body-required flakineess (#6583) --- test/e2e-cypress/tests/features/oas3-request-body-required.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e-cypress/tests/features/oas3-request-body-required.js b/test/e2e-cypress/tests/features/oas3-request-body-required.js index e32d5264..62390c62 100644 --- a/test/e2e-cypress/tests/features/oas3-request-body-required.js +++ b/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")