We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc5aa1 commit 56b8af9Copy full SHA for 56b8af9
1 file changed
tests/smoke/swap/unified-ui-wallet-actions.spec.ts
@@ -9,7 +9,7 @@ import { SmokeSwap } from '../../tags.js';
9
import WalletView from '../../page-objects/wallet/WalletView';
10
import Assertions from '../../framework/Assertions';
11
import TestHelpers from '../../helpers.js';
12
-import { mockSwapPopularTokens } from '../../helpers/swap/swap-mocks.js';
+import { mockSwapPopularTokens } from '../../helpers/swap/swap-mocks';
13
14
describe(SmokeSwap('Trade: Unified UI Wallet Actions'), () => {
15
let mockServer: Mockttp | undefined;
0 commit comments