summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/impress/searchbar_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/desktop/impress/searchbar_spec.js')
-rw-r--r--cypress_test/integration_tests/desktop/impress/searchbar_spec.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/desktop/impress/searchbar_spec.js b/cypress_test/integration_tests/desktop/impress/searchbar_spec.js
index 58b967f58b..bf6b7332c2 100644
--- a/cypress_test/integration_tests/desktop/impress/searchbar_spec.js
+++ b/cypress_test/integration_tests/desktop/impress/searchbar_spec.js
@@ -4,10 +4,11 @@ var helper = require('../../common/helper');
var searchHelper = require('../../common/search_helper');
describe('Searching via search bar' ,function() {
- var testFileName = 'search_bar.odp';
+ var origTestFileName = 'search_bar.odp';
+ var testFileName;
beforeEach(function() {
- helper.beforeAll(testFileName, 'impress');
+ testFileName = helper.beforeAll(origTestFileName, 'impress');
});
afterEach(function() {