Skip to content

Commit

Permalink
fix: test that relies on initial value insead of sample gen value
Browse files Browse the repository at this point in the history
Signed-off-by: mathis-m <mathis.michel@outlook.de>
  • Loading branch information
mathis-m committed Jan 28, 2021
1 parent 741179a commit 9fd1eed
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -126,6 +126,8 @@ describe("OpenAPI 3.0 Allow Empty Values in Request Body", () => {
.uncheck()
.get(".opblock-body .opblock-section .opblock-section-request-body .parameters:nth-child(6) > .parameters-col_description .parameter__empty_value_toggle input")
.uncheck()
.get(".opblock-body .opblock-section .opblock-section-request-body .parameters:nth-child(6) > .parameters-col_description select")
.select("--")
// add item to pass required validation
.get(".opblock-body .opblock-section .opblock-section-request-body .parameters:nth-child(4) > .parameters-col_description button")
.click()
Expand Down

0 comments on commit 9fd1eed

Please sign in to comment.