Fixed autogenerated cypress config
diff --git a/cypress.config.js b/cypress.config.js
index c17fa9d..72ce58b 100644
--- a/cypress.config.js
+++ b/cypress.config.js
@@ -1,13 +1,8 @@
 const { defineConfig } = require('cypress')
 
 module.exports = defineConfig({
-  video: false,
   e2e: {
-    // We've imported your old cypress plugins here.
-    // You may want to clean this up later by importing these.
-    setupNodeEvents(on, config) {
-      return require('./cypress/plugins/index.js')(on, config)
-    },
     specPattern: 'journey/**/*.cy.{js,jsx,ts,tsx}',
+    supportFile: false
   },
-})
+})
\ No newline at end of file