summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests')
-rw-r--r--cypress_test/integration_tests/common/calc_helper.js2
-rw-r--r--cypress_test/integration_tests/common/helper.js5
-rw-r--r--cypress_test/integration_tests/common/impress_helper.js2
-rw-r--r--cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js2
-rw-r--r--cypress_test/integration_tests/mobile/calc/alignment_options_spec.js2
-rw-r--r--cypress_test/integration_tests/mobile/calc/bottom_toolbar_spec.js2
-rw-r--r--cypress_test/integration_tests/mobile/calc/chart_spec.js2
-rw-r--r--cypress_test/integration_tests/mobile/calc/formulabar_spec.js2
-rw-r--r--cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js2
-rw-r--r--cypress_test/integration_tests/mobile/impress/insertion_wizard_spec.js2
-rw-r--r--cypress_test/integration_tests/mobile/writer/insert_object_spec.js2
-rw-r--r--cypress_test/integration_tests/multiuser/interference_user_spec.js2
12 files changed, 1 insertions, 26 deletions
diff --git a/cypress_test/integration_tests/common/calc_helper.js b/cypress_test/integration_tests/common/calc_helper.js
index 8f37ac4710..a735172b60 100644
--- a/cypress_test/integration_tests/common/calc_helper.js
+++ b/cypress_test/integration_tests/common/calc_helper.js
@@ -1,7 +1,5 @@
/* global cy expect Cypress require */
-require('cypress-wait-until');
-
var helper = require('./helper');
// Click on the formula bar.
diff --git a/cypress_test/integration_tests/common/helper.js b/cypress_test/integration_tests/common/helper.js
index 671b8939dc..8a2dfb12fe 100644
--- a/cypress_test/integration_tests/common/helper.js
+++ b/cypress_test/integration_tests/common/helper.js
@@ -1,7 +1,4 @@
-/* global cy Cypress expect require */
-
-require('cypress-wait-until');
-require('cypress-file-upload');
+/* global cy Cypress expect */
var mobileWizardIdleTime = 1250;
diff --git a/cypress_test/integration_tests/common/impress_helper.js b/cypress_test/integration_tests/common/impress_helper.js
index 56ba87f0c1..2254face6a 100644
--- a/cypress_test/integration_tests/common/impress_helper.js
+++ b/cypress_test/integration_tests/common/impress_helper.js
@@ -1,7 +1,5 @@
/* global cy require expect */
-require('cypress-wait-until');
-
var helper = require('./helper');
// Assert that Impress is *not* in Text Edit Mode.
diff --git a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
index b28980c60d..bc4ca587cb 100644
--- a/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/top_toolbar_spec.js
@@ -1,7 +1,5 @@
/* global describe it cy beforeEach require afterEach Cypress */
-require('cypress-file-upload');
-
var helper = require('../../common/helper');
var desktopHelper = require('../../common/desktop_helper');
var writerHelper = require('../../common/writer_helper');
diff --git a/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js b/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js
index c73582836c..fd1315fe68 100644
--- a/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/alignment_options_spec.js
@@ -5,8 +5,6 @@ var calcHelper = require('../../common/calc_helper');
var mobileHelper = require('../../common/mobile_helper');
var calcMobileHelper = require('./calc_mobile_helper');
-require('cypress-wait-until');
-
describe('Change alignment settings.', function() {
var testFileName = 'alignment_options.ods';
diff --git a/cypress_test/integration_tests/mobile/calc/bottom_toolbar_spec.js b/cypress_test/integration_tests/mobile/calc/bottom_toolbar_spec.js
index bb63767d97..f92769be8a 100644
--- a/cypress_test/integration_tests/mobile/calc/bottom_toolbar_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/bottom_toolbar_spec.js
@@ -5,8 +5,6 @@ var calcHelper = require('../../common/calc_helper');
var mobileHelper = require('../../common/mobile_helper');
var calcMobileHelper = require('./calc_mobile_helper');
-require('cypress-wait-until');
-
describe('Interact with bottom toolbar.', function() {
var testFileName;
diff --git a/cypress_test/integration_tests/mobile/calc/chart_spec.js b/cypress_test/integration_tests/mobile/calc/chart_spec.js
index e70808606d..4ad9f5698e 100644
--- a/cypress_test/integration_tests/mobile/calc/chart_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/chart_spec.js
@@ -1,7 +1,5 @@
/* global describe it cy beforeEach require afterEach expect*/
-require('cypress-wait-until');
-
var helper = require('../../common/helper');
var mobileHelper = require('../../common/mobile_helper');
var calcMobileHelper = require('./calc_mobile_helper');
diff --git a/cypress_test/integration_tests/mobile/calc/formulabar_spec.js b/cypress_test/integration_tests/mobile/calc/formulabar_spec.js
index 2973b45591..e9335cda1b 100644
--- a/cypress_test/integration_tests/mobile/calc/formulabar_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/formulabar_spec.js
@@ -4,8 +4,6 @@ var helper = require('../../common/helper');
var calcHelper = require('../../common/calc_helper');
var mobileHelper = require('../../common/mobile_helper');
-require('cypress-wait-until');
-
describe('Change alignment settings.', function() {
var testFileName = 'formulabar.ods';
diff --git a/cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js b/cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js
index 7613d501bd..91c8d3da4c 100644
--- a/cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/insertion_wizard_spec.js
@@ -1,7 +1,5 @@
/* global describe it cy beforeEach require afterEach expect*/
-require('cypress-file-upload');
-
var helper = require('../../common/helper');
var calcHelper = require('../../common/calc_helper');
var mobileHelper = require('../../common/mobile_helper');
diff --git a/cypress_test/integration_tests/mobile/impress/insertion_wizard_spec.js b/cypress_test/integration_tests/mobile/impress/insertion_wizard_spec.js
index bdfdc49333..4918c1b000 100644
--- a/cypress_test/integration_tests/mobile/impress/insertion_wizard_spec.js
+++ b/cypress_test/integration_tests/mobile/impress/insertion_wizard_spec.js
@@ -1,7 +1,5 @@
/* global describe it cy beforeEach require expect afterEach Cypress*/
-require('cypress-file-upload');
-
var helper = require('../../common/helper');
var mobileHelper = require('../../common/mobile_helper');
var impressHelper = require('../../common/impress_helper');
diff --git a/cypress_test/integration_tests/mobile/writer/insert_object_spec.js b/cypress_test/integration_tests/mobile/writer/insert_object_spec.js
index 0e5e03dc62..17fc26b4a8 100644
--- a/cypress_test/integration_tests/mobile/writer/insert_object_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/insert_object_spec.js
@@ -1,7 +1,5 @@
/* global describe it cy beforeEach require expect afterEach */
-require('cypress-file-upload');
-
var helper = require('../../common/helper');
var mobileHelper = require('../../common/mobile_helper');
var writerHelper = require('../../common/writer_helper');
diff --git a/cypress_test/integration_tests/multiuser/interference_user_spec.js b/cypress_test/integration_tests/multiuser/interference_user_spec.js
index d81d81fc29..f3ef65f2f1 100644
--- a/cypress_test/integration_tests/multiuser/interference_user_spec.js
+++ b/cypress_test/integration_tests/multiuser/interference_user_spec.js
@@ -1,7 +1,5 @@
/* global describe it cy require Cypress */
-require('cypress-wait-until');
-
var helper = require('../common/helper');
var mobileHelper = require('../common/mobile_helper');
var calcHelper = require('../common/calc_helper');