Skip to content

Commit

Permalink
[FEATURE] Add cypress custom commands to support better type events o…
Browse files Browse the repository at this point in the history
…pensearch-project#364

Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Jan 13, 2023
1 parent ae6de70 commit 2e33b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/1_detectors.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ describe('Detectors', () => {

// Change detector name
cy.get(`input[placeholder="Enter a name for the detector."]`)
.wait(1000)
.ospClear()
.focus()
.realType('test detector edited');
Expand Down

0 comments on commit 2e33b67

Please sign in to comment.