Skip to content

Commit

Permalink
fix sell deep linking e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Jan 10, 2025
1 parent cedd0c5 commit 9ee9998
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions e2e/specs/ramps/deeplink-to-sell-flow.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,15 @@ describe(SmokeRamps('Sell Crypto Deeplinks'), () => {
},
);
});
it.skip('should deep link to offramp with Base but switch network to OP Mainnet', async () => {
it('should deep link to offramp with Base but switch network to OP Mainnet', async () => {
const SellDeepLink = 'metamask://sell?chainId=8453';

await withFixtures(
{
fixture: new FixtureBuilder().withRampsSelectedRegion().build(),
fixture: new FixtureBuilder()
.withRampsSelectedRegion()
.withRampsSelectedPaymentMethod()
.build(),
restartDevice: true,
},
async () => {
Expand Down

0 comments on commit 9ee9998

Please sign in to comment.