Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/support/e2e.js')
-rw-r--r--cypress/support/e2e.js21
1 files changed, 2 insertions, 19 deletions
diff --git a/cypress/support/e2e.js b/cypress/support/e2e.js
index d68db96df..73c0c67db 100644
--- a/cypress/support/e2e.js
+++ b/cypress/support/e2e.js
@@ -1,20 +1,3 @@
-// ***********************************************************
-// This example support/index.js is processed and
-// loaded automatically before your test files.
-//
-// This is a great place to put global configuration and
-// behavior that modifies Cypress.
-//
-// You can change the location of this file or turn off
-// automatically serving support files with the
-// 'supportFile' configuration option.
-//
-// You can read more here:
-// https://on.cypress.io/configuration
-// ***********************************************************
+// This file is loaded before all e2e tests
-// Import commands.js using ES2015 syntax:
-import './commands'
-
-// Alternatively you can use CommonJS syntax:
-// require('./commands')
+import './commands.js'