Skip to content

Commit b37d84b

Browse files
authored
Update cypress.config.ts
1 parent 21f3e06 commit b37d84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/metamask/cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { configureSynpressForMetaMask } from '@synthetixio/synpress/cypress'
22
import { defineConfig } from 'cypress'
33

44
export default defineConfig({
5-
chromeWebSecurity: false,
5+
chromeWebSecurity: true,
66
e2e: {
77
baseUrl: 'http://localhost:9999',
88
specPattern: 'test/cypress/**/*.cy.{js,jsx,ts,tsx}',

0 commit comments

Comments
 (0)