summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'cypress_test/integration_tests/desktop/writer/copy_paste_spec.js')
-rw-r--r--cypress_test/integration_tests/desktop/writer/copy_paste_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js b/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js
index 33970653eb..3fefa1fa89 100644
--- a/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/copy_paste_spec.js
@@ -10,7 +10,7 @@ describe('Clipboard operations.', function() {
});
afterEach(function() {
- helper.afterAll(testFileName);
+ helper.afterAll(testFileName, this.currentTest.state);
});
it('Copy and Paste text.', function() {