test(e2e): buy crypto modal flag (#6965)

This commit is contained in:
Zach Pomerantz 2023-07-17 22:04:40 -07:00 committed by GitHub
parent 01e87657c6
commit 252bf32d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()