summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc
diff options
context:
space:
mode:
authorDennis Francis <dennis.francis@collabora.com>2022-10-12 15:12:16 +0530
committerGökay ŞATIR <gokaysatir@gmail.com>2022-10-14 11:55:39 +0300
commit5d0dbe8b909246f13a9bfd32bd53ba7f0e588c23 (patch)
tree10bf61c68ed3a414e063093b0d82d579c8f2b40d /cypress_test/integration_tests/desktop/calc
parentremember scroll position on switching tabs (diff)
downloadonline-5d0dbe8b909246f13a9bfd32bd53ba7f0e588c23.tar.gz
online-5d0dbe8b909246f13a9bfd32bd53ba7f0e588c23.zip
fix for autofilter test-case
Signed-off-by: Dennis Francis <dennis.francis@collabora.com> Change-Id: I5e631495e0fd08e94249f22d3ed5e9f709537405
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc')
-rw-r--r--cypress_test/integration_tests/desktop/calc/autofilter_spec.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/autofilter_spec.js b/cypress_test/integration_tests/desktop/calc/autofilter_spec.js
index 5bb8b4081e..9c85a2b883 100644
--- a/cypress_test/integration_tests/desktop/calc/autofilter_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/autofilter_spec.js
@@ -119,6 +119,10 @@ describe('AutoFilter', function() {
cy.contains('.autofilter', 'Sort Ascending')
.click();
+ // Without this the copy-paste-container doesn't seem to get updated although the table
+ // has correct values.
+ calcHelper.selectEntireSheet();
+
helper.waitUntilIdle('#copy-paste-container tbody');
calcHelper.assertDataClipboardTable(['Cypress Test', 'Status', 'Test 1', 'Pass',