summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/mobile/writer/bottom_toolbar_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/mobile/writer/bottom_toolbar_spec.js')
-rw-r--r--cypress_test/integration_tests/mobile/writer/bottom_toolbar_spec.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/mobile/writer/bottom_toolbar_spec.js b/cypress_test/integration_tests/mobile/writer/bottom_toolbar_spec.js
index 96fc5e0c19..1ceb6a78e2 100644
--- a/cypress_test/integration_tests/mobile/writer/bottom_toolbar_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/bottom_toolbar_spec.js
@@ -5,10 +5,11 @@ var mobileHelper = require('../../common/mobile_helper');
var writerHelper = require('../../common/writer_helper');
describe.skip('Pushing bottom toolbar items.', function() {
- var testFileName = 'bottom_toolbar.odt';
+ var origTestFileName = 'bottom_toolbar.odt';
+ var testFileName;
beforeEach(function() {
- helper.beforeAll(testFileName, 'writer');
+ testFileName = helper.beforeAll(origTestFileName, 'writer');
mobileHelper.enableEditingMobile();