Skip to content

Commit

Permalink
increase timeout for account header element for test reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
asnaith committed Oct 13, 2023
1 parent 3a5c0e7 commit 82ac893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/cypress/support/page-objects/multisigPage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const multisigPage = {
// header elements
accountHeader: () => cy.get('[data-cy=header-account]'),
accountHeader: () => cy.get('[data-cy=header-account]', { timeout: 20000 }),
seeOverviewButton: () => cy.get('[data-cy=button-see-overview]'),
newTransactionButton: () => cy.get('[data-cy=button-new-transaction]'),
optionsMenuButton: () => cy.get('[data-cy=button-options-menu]'),
Expand Down

0 comments on commit 82ac893

Please sign in to comment.