summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/mobile/writer/cursor_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/mobile/writer/cursor_spec.js')
-rw-r--r--cypress_test/integration_tests/mobile/writer/cursor_spec.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/mobile/writer/cursor_spec.js b/cypress_test/integration_tests/mobile/writer/cursor_spec.js
index f899b1a07f..56e3e37942 100644
--- a/cypress_test/integration_tests/mobile/writer/cursor_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/cursor_spec.js
@@ -8,8 +8,7 @@ describe('Text cursor tests.', function() {
var testFileName;
function before(fileName) {
- testFileName = fileName;
- helper.beforeAll(testFileName, 'writer');
+ testFileName = helper.beforeAll(fileName, 'writer');
mobileHelper.enableEditingMobile();
}