Skip to content

Commit

Permalink
✅ Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
foysalit committed Apr 5, 2024
1 parent 532d5c5 commit 1f01dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/cmd-palette/main.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('Command Palette', () => {
cy.get('#account-handle').type('alice.test')
cy.get('#password').type('hunter2')
cy.get("button[type='submit']").click()
cy.wait(300)
cy.wait(1000)
})
})

Expand Down

0 comments on commit 1f01dfb

Please sign in to comment.