Skip to content

Commit 56b8af9

Browse files
committed
fix: e2e
1 parent 3fc5aa1 commit 56b8af9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/smoke/swap/unified-ui-wallet-actions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { SmokeSwap } from '../../tags.js';
99
import WalletView from '../../page-objects/wallet/WalletView';
1010
import Assertions from '../../framework/Assertions';
1111
import TestHelpers from '../../helpers.js';
12-
import { mockSwapPopularTokens } from '../../helpers/swap/swap-mocks.js';
12+
import { mockSwapPopularTokens } from '../../helpers/swap/swap-mocks';
1313

1414
describe(SmokeSwap('Trade: Unified UI Wallet Actions'), () => {
1515
let mockServer: Mockttp | undefined;

0 commit comments

Comments
 (0)