Skip to content

Commit

Permalink
Update number of wallets in test (#1462)
Browse files Browse the repository at this point in the history
* Update number of wallets in test

* fix: remove parentheses from wallet name
  • Loading branch information
tomjeatt authored Jul 18, 2023
1 parent 319753a commit 2d0f3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AuthModal/AuthModal.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('AuthModal', () => {

const items = screen.getAllByRole('button', { name: /navigate/i, exact: false });

expect(items).toHaveLength(4);
expect(items).toHaveLength(5);

const [item] = items;

Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const PARITY_SIGNER_COMPANION = {
};

const POLKADOTJS_WALLET = {
title: 'Polkadot.js (for developers)',
title: 'Polkadot.js',
extensionName: WalletName.PolkadotJS,
url: 'https://polkadot.js.org/extension/'
};
Expand Down

2 comments on commit 2d0f3de

@vercel
Copy link

@vercel vercel bot commented on 2d0f3de Jul 18, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 2d0f3de Jul 18, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.