summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc
diff options
context:
space:
mode:
authorRash419 <rashesh.padia@collabora.com>2022-04-14 12:15:08 +0530
committerRashesh Padia <rasheshpadia419@gmail.com>2022-04-14 13:23:21 +0530
commit4dc39241f0a5a4f4279510e370f501472974e6a3 (patch)
tree7aa2471664838ba7a62784dd6be24f55add6d303 /cypress_test/integration_tests/desktop/calc
parentAdd Print Area (ranges) commands to notebookbar mode in Calc (diff)
downloadonline-4dc39241f0a5a4f4279510e370f501472974e6a3.tar.gz
online-4dc39241f0a5a4f4279510e370f501472974e6a3.zip
cypress: fix:ui-expander-label getting detached from dom
Signed-off-by: Rash419 <rashesh.padia@collabora.com> Change-Id: I471d220cd15b66693b6e43bcf5ee83276921ff9c
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc')
-rw-r--r--cypress_test/integration_tests/desktop/calc/image_operation_spec.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/image_operation_spec.js b/cypress_test/integration_tests/desktop/calc/image_operation_spec.js
index 581789de27..251f1cacbf 100644
--- a/cypress_test/integration_tests/desktop/calc/image_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/image_operation_spec.js
@@ -30,6 +30,8 @@ describe('Image Operation Tests', function() {
//when Keep ratio is unchecked
assertImageSize(248, 63);
+ helper.waitUntilIdle('.ui-expander-label');
+
cy.contains('.ui-expander-label', 'Position and Size')
.click();