diff --git a/cypress/e2e/buy-crypto-modal.test.ts b/cypress/e2e/buy-crypto-modal.test.ts index 0ae0ce1823..f460b35abe 100644 --- a/cypress/e2e/buy-crypto-modal.test.ts +++ b/cypress/e2e/buy-crypto-modal.test.ts @@ -16,7 +16,7 @@ describe('Buy Crypto Modal', () => { it('should open and close, mobile viewport', () => { cy.viewport('iphone-6') - cy.visit('/') + cy.visit('/', { featureFlags: [FeatureFlag.fiatOnRampButtonOnSwap] }) // Open the fiat onramp modal cy.get(getTestSelector('buy-fiat-button')).click()