Skip to content

Commit

Permalink
with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Oct 12, 2023
1 parent fd43632 commit 2d4fa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/cypress/tests/watched-accounts.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ describe('Watched Accounts', () => {
editNamesModal.body().should('be.visible')
cy.clock()
editNamesModal.inputEditPureName().type(`{selectall}{del}${`Edited Name Test`}`)
// name edition is debounced by 300ms
cy.tick(300)
// cy.wait(350)
editNamesModal.saveButton().should('be.enabled').click()
// ensure the edited name is now displayed in the home page header
multisigPage.accountHeader().within(() => {
Expand Down

0 comments on commit 2d4fa20

Please sign in to comment.