Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
glowcloud committed May 9, 2024
1 parent 6b5f23a commit 5bf4392
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/e2e-cypress/e2e/features/try-it-out-reset.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@ describe("Reset button in try it out", () => {
.should("have.value", "12345")
.get(`.parameters[data-property-name="email"] input[type=text]`)
.should("have.value", "jsmith@business.com")
.get(".btn.execute")
.click()
.get(".curl-command")
.contains("name=default%20name&badgeid=12345&email=jsmith%40business.com")
.should("exist")
})
})

0 comments on commit 5bf4392

Please sign in to comment.