summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/writer
diff options
context:
space:
mode:
authorRash419 <rashesh.padia@collabora.com>2022-12-16 12:00:57 +0530
committerSzymon Kłos <eszkadev@gmail.com>2022-12-16 09:09:07 +0100
commit8c2c73272725829d8b3d32460dbfcb0f9e49ac3e (patch)
tree98105f92bfc692c57a8a056892e0371895770526 /cypress_test/integration_tests/desktop/writer
parentjsdialog: share code for modals (diff)
downloadonline-8c2c73272725829d8b3d32460dbfcb0f9e49ac3e.tar.gz
online-8c2c73272725829d8b3d32460dbfcb0f9e49ac3e.zip
cypress: fix: inconsistent writer/image_operation_spec.js
Signed-off-by: Rash419 <rashesh.padia@collabora.com> Change-Id: Iff79e224fa10b4b8462280dcae650c96b3a933e4
Diffstat (limited to 'cypress_test/integration_tests/desktop/writer')
-rw-r--r--cypress_test/integration_tests/desktop/writer/image_operation_spec.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/image_operation_spec.js b/cypress_test/integration_tests/desktop/writer/image_operation_spec.js
index 650cf00c44..10bfd2ed92 100644
--- a/cypress_test/integration_tests/desktop/writer/image_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/image_operation_spec.js
@@ -40,6 +40,8 @@ describe('Image Operation Tests', function() {
cy.get('#selectheight input').clear({force:true})
.type('2{enter}', {force:true});
+ cy.wait(1000);
+
assertImageSize(139, 93);
//Keep ratio checked
@@ -50,6 +52,8 @@ describe('Image Operation Tests', function() {
cy.get('#selectheight input').clear({force:true})
.type('5{enter}', {force:true});
+ cy.wait(1000);
+
assertImageSize(347, 232);
});
});