Skip to content

Commit

Permalink
tap on cancel in send view
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Dec 12, 2024
1 parent 478e880 commit dfb8627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e/specs/multichain/asset-list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Assertions from '../../utils/Assertions';
import TokenOverview from '../../pages/wallet/TokenOverview';
import NetworkEducationModal from '../../pages/Network/NetworkEducationModal';
import TestHelpers from '../../helpers';
import { NetworkNickname } from '@metamask/controller-utils';
import SendView from '../../pages/Send/SendView';

import QuoteView from '../../pages/swaps/QuoteView';
import TabBarComponent from '../../pages/wallet/TabBarComponent';
Expand Down Expand Up @@ -105,6 +105,8 @@ describe(SmokeMultiChain('Import Tokens'), () => {
});

it('should allows clicking into the asset details page of native token on another network', async () => {
await SendView.tapCancelButton();
await TabBarComponent.tapWallet();
await WalletView.tapTokenNetworkFilter();
await WalletView.tapTokenNetworkFilterAll();
await WalletView.tapOnToken('AVAX');
Expand Down

0 comments on commit dfb8627

Please sign in to comment.