summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/mobile/calc/spellchecking_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/mobile/calc/spellchecking_spec.js')
-rw-r--r--cypress_test/integration_tests/mobile/calc/spellchecking_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/mobile/calc/spellchecking_spec.js b/cypress_test/integration_tests/mobile/calc/spellchecking_spec.js
index 37cfae181e..f4cd2e63f6 100644
--- a/cypress_test/integration_tests/mobile/calc/spellchecking_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/spellchecking_spec.js
@@ -15,7 +15,7 @@ describe('Calc spell checking menu.', function() {
});
afterEach(function() {
- helper.afterAll(testFileName);
+ helper.afterAll(testFileName, this.currentTest.state);
});
function openContextMenu() {