summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js')
-rw-r--r--cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js b/cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js
index bdd9d24d7e..3a160049ad 100644
--- a/cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/bottom_bar_spec.js
@@ -4,10 +4,11 @@ var helper = require('../../common/helper');
var calcHelper = require('../../common/calc_helper');
describe('Calc bottom bar tests.', function() {
- var testFileName = 'BottomBar.ods';
+ var origTestFileName = 'BottomBar.ods';
+ var testFileName;
beforeEach(function() {
- helper.beforeAll(testFileName, 'calc');
+ testFileName = helper.beforeAll(origTestFileName, 'calc');
});
afterEach(function() {