Skip to content

Commit

Permalink
Trigger CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
John Joyce authored and John Joyce committed Jun 28, 2024
1 parent 5b34761 commit a5d2a9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
function readyToTypeEditor() {
// Get the first textarea within the Monaco editor and ensure it is visible
return cy
.get(".monaco-editor textarea:first", { timeout: 30000 })
.should("be.visible")
.and("not.be.disabled")
.click({ force: true })
Expand Down

0 comments on commit a5d2a9a

Please sign in to comment.