Skip to content

Commit

Permalink
Update cypress.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
drptbl authored Dec 3, 2024
1 parent 21f3e06 commit b37d84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/metamask/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { configureSynpressForMetaMask } from '@synthetixio/synpress/cypress'
import { defineConfig } from 'cypress'

export default defineConfig({
chromeWebSecurity: false,
chromeWebSecurity: true,
e2e: {
baseUrl: 'http://localhost:9999',
specPattern: 'test/cypress/**/*.cy.{js,jsx,ts,tsx}',
Expand Down

0 comments on commit b37d84b

Please sign in to comment.