summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/mobile/calc
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/mobile/calc')
-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
5 files changed, 0 insertions, 10 deletions
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');