summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/writer/form_field_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/desktop/writer/form_field_spec.js')
-rw-r--r--cypress_test/integration_tests/desktop/writer/form_field_spec.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/form_field_spec.js b/cypress_test/integration_tests/desktop/writer/form_field_spec.js
index 7c6f9a3acb..805e07d23a 100644
--- a/cypress_test/integration_tests/desktop/writer/form_field_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/form_field_spec.js
@@ -7,8 +7,7 @@ describe('Form field button tests.', function() {
var testFileName = 'shape_operations.odt';
function before(fileName) {
- testFileName = fileName;
- helper.beforeAll(fileName, 'writer');
+ testFileName = helper.beforeAll(fileName, 'writer');
if (Cypress.env('INTEGRATION') === 'nextcloud') {
desktopHelper.showStatusBarIfHidden();