Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet Intereaction for Disconnecting al the DAPs #5

Closed

Conversation

rabi-siddique
Copy link
Collaborator

The PR implements the functionality related to disconnecting all the connected DAPs from the Keplr Wallet.

@@ -33,6 +33,14 @@ describe('Keplr', () => {
});
});

it(`should disconnect the wallet from all the connected DAPPs`, () => {
cy.switchToExtensionPermissionWindow().then(() => {
cy.disconnectWallet().then(taskCompleted => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename to disconnectWalletFromDapp to be similar to metamask functions

Comment on lines 39 to 41
expect(taskCompleted).to.be.true;
});
});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: is there anything more we can do to fully verify that the Dapp has disconnected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants