summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/mobile/calc/bottom_toolbar_spec.js
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-12-28 13:28:59 +0100
committerTamás Zolnai <zolnaitamas2000@gmail.com>2020-12-28 15:11:06 +0100
commit8db4b1946990ce4e745af47e2a88c01edf0b0ca5 (patch)
tree649fc12dc1aa6a512deaa357a21a5cf3e04d5a0e /cypress_test/integration_tests/mobile/calc/bottom_toolbar_spec.js
parentFix browsing parts visibility with PageDown/PageUp (diff)
downloadonline-8db4b1946990ce4e745af47e2a88c01edf0b0ca5.tar.gz
online-8db4b1946990ce4e745af47e2a88c01edf0b0ca5.zip
cypress: move includes of 3rd-party packages to support file.
Now we handle support file better for parallel test run too: a13b1a93bca1a6fe4ef0efc11156974ebb66a29f Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com> Change-Id: I4a88f815ddb1c4d79042134cc07e0c418d4ea10f
Diffstat (limited to 'cypress_test/integration_tests/mobile/calc/bottom_toolbar_spec.js')
-rw-r--r--cypress_test/integration_tests/mobile/calc/bottom_toolbar_spec.js2
1 files changed, 0 insertions, 2 deletions
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;