Skip to content

Commit

Permalink
chore(tests): move multichain assets test so it runs as part of the a…
Browse files Browse the repository at this point in the history
…ssets bitrise workflow
  • Loading branch information
EtherWizard33 committed Dec 20, 2024
1 parent e9c1617 commit 216c561
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// 'persists the preferred asset list preference when changing networks'

import { SmokeMultiChain } from '../../../tags';
import { SmokeAssets } from '../../../tags';
import WalletView from '../../../pages/wallet/WalletView';
import FixtureBuilder from '../../../fixtures/fixture-builder';
import {
Expand All @@ -26,7 +26,7 @@ const ETHEREUM_NAME = 'Ethereum';
const AVAX_NAME = 'AVAX';
const BNB_NAME = 'BNB';

describe(SmokeMultiChain('Import Tokens'), () => {
describe(SmokeAssets('Import Tokens'), () => {
beforeAll(async () => {
await TestHelpers.reverseServerPort();
const fixture = new FixtureBuilder().withPopularNetworks().build();
Expand Down

0 comments on commit 216c561

Please sign in to comment.