Skip to content

Commit

Permalink
Update tooltip expecation in Assets tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Nov 7, 2023
1 parent ef39efb commit a642c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/smoke/assets.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,6 @@ describe('Assets tests', () => {
cy.visit(constants.BALANCE_URL + constants.SEPOLIA_TEST_SAFE_4)
balances.selectTokenList(balances.tokenListOptions.allTokens)
balances.showSendBtn(0)
owner.verifyTooltiptext(owner.disconnectedUserErrorMsg)
owner.verifyTooltiptext(owner.nonOwnerErrorMsg)
})
})

0 comments on commit a642c90

Please sign in to comment.