Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Oct 5, 2023
1 parent 76db852 commit 6d60f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/pages/owners.pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const executeBtnStr = 'Execute'
const backbtnStr = 'Back'
const removeOwnerStr = 'Remove owner'
const selectedOwnerStr = 'Selected owner'
const addNewOwnerStr = 'Add new owner'

export const safeAccountNonceStr = 'Safe Account nonce'
export const nonOwnerErrorMsg = 'Your connected wallet is not an owner of this Safe Account'
Expand Down Expand Up @@ -111,7 +112,7 @@ export function waitForConnectionStatus() {
}

export function openAddOwnerWindow() {
cy.get(addOwnerBtn).click()
cy.get('span').contains(addNewOwnerStr).click()
cy.wait(1000)
cy.get(newOwnerName).should('be.visible')
cy.get(newOwnerAddress).should('be.visible')
Expand Down

0 comments on commit 6d60f80

Please sign in to comment.