summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc/focus_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc/focus_spec.js')
-rw-r--r--cypress_test/integration_tests/desktop/calc/focus_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/focus_spec.js b/cypress_test/integration_tests/desktop/calc/focus_spec.js
index 83a9301766..43798710d0 100644
--- a/cypress_test/integration_tests/desktop/calc/focus_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/focus_spec.js
@@ -14,7 +14,7 @@ describe('Calc focus tests', function() {
});
afterEach(function() {
- helper.afterAll(testFileName);
+ helper.afterAll(testFileName, this.currentTest.state);
});
it('Formula-bar focus', function() {