Skip to content

Commit 1019163

Browse files
test(ramps): drop back-navigation token switch from ETH deeplink smoke
V2 deeplinks with chainId open BuildQuote directly; back does not return to TokenSelection. Assert Buy ETH and USD only. Co-authored-by: Amitabh Aggarwal <amitabh94@users.noreply.github.com>
1 parent d706bab commit 1019163

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/smoke/ramps/deeplink-to-buy-flow.spec.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import { loginToApp } from '../../flows/wallet.flow';
33
import { withFixtures } from '../../framework/fixtures/FixtureHelper';
44
import { SmokeMoney } from '../../tags';
55
import FixtureBuilder from '../../framework/fixtures/FixtureBuilder';
6-
import BuildQuoteView from '../../page-objects/Ramps/BuildQuoteView';
7-
import TokenSelectScreen from '../../page-objects/Ramps/TokenSelectScreen';
8-
96
import Assertions from '../../framework/Assertions';
107
import { setupRegionAwareOnRampMocks } from '../../api-mocking/mock-responses/ramps/ramps-mocks';
118
import { Mockttp } from 'mockttp';
@@ -47,10 +44,6 @@ describe(SmokeMoney('Buy Crypto Deeplinks'), () => {
4744

4845
// V2: chainId-only deeplink resolves to native ETH and opens BuildQuote directly.
4946
await Assertions.expectTextDisplayed('Buy ETH');
50-
await BuildQuoteView.tapBackButton();
51-
52-
await TokenSelectScreen.tapTokenByName('DAI');
53-
await Assertions.expectTextDisplayed('Buy DAI');
5447
await Assertions.expectTextDisplayed('USD');
5548
},
5649
);

0 commit comments

Comments
 (0)