Commit 252bf32d authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

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

parent 01e87657
...@@ -16,7 +16,7 @@ describe('Buy Crypto Modal', () => { ...@@ -16,7 +16,7 @@ describe('Buy Crypto Modal', () => {
it('should open and close, mobile viewport', () => { it('should open and close, mobile viewport', () => {
cy.viewport('iphone-6') cy.viewport('iphone-6')
cy.visit('/') cy.visit('/', { featureFlags: [FeatureFlag.fiatOnRampButtonOnSwap] })
// Open the fiat onramp modal // Open the fiat onramp modal
cy.get(getTestSelector('buy-fiat-button')).click() cy.get(getTestSelector('buy-fiat-button')).click()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment