Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mike10ca committed Oct 31, 2023
1 parent de8a9c9 commit c770c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/smoke/add_owner.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Add Owners tests', () => {
owner.verifyAddOwnerBtnIsDisabled()
})

it.only('Verify Tooltip displays correct message for disconnected user [C56019]', () => {
it('Verify Tooltip displays correct message for disconnected user [C56019]', () => {
owner.waitForConnectionStatus()
owner.clickOnWalletExpandMoreIcon()
owner.clickOnDisconnectBtn()
Expand Down

0 comments on commit c770c07

Please sign in to comment.