Skip to content
Snippets Groups Projects
Unverified Commit b058edd0 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Set `modifyObstructiveCode` to false in Cypress config (#21376)

parent e2a0a619
Branches
Tags
No related merge requests found
......@@ -3,5 +3,6 @@
"pluginsFile": "frontend/test/__support__/e2e/cypress-plugins.js",
"integrationFolder": "frontend/test/snapshot-creators",
"supportFile": "frontend/test/__support__/e2e/cypress.js",
"modifyObstructiveCode": false,
"videoUploadOnPasses": false
}
......@@ -5,6 +5,7 @@
"supportFile": "frontend/test/__support__/e2e/cypress.js",
"videoUploadOnPasses": false,
"chromeWebSecurity": false,
"modifyObstructiveCode": false,
"projectId": "KetpiS",
"viewportHeight": 800,
"viewportWidth": 1280,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment