[Libreoffice-commits] online.git: cypress_test/integration_tests

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 27 09:13:35 UTC 2020


 cypress_test/integration_tests/mobile/writer/shape_properties_spec.js |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 2732f3323841b9a3ec005288a96118b564f9d84f
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Mon Apr 27 10:16:16 2020 +0200
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Mon Apr 27 11:13:17 2020 +0200

    cypress: mobile: fix random failure in shape properties tests.
    
    Change-Id: Icb531d97429c8f7abfc73ef01e31e09822faba43
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92964
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>

diff --git a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
index 8304162d8..69dcf731c 100644
--- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
@@ -133,6 +133,9 @@ describe('Change shape properties via mobile wizard.', function() {
 		cy.get('#ratio #ratio')
 			.should('have.prop', 'checked', true);
 
+		// TODO: flickering here?
+		cy.wait(300);
+
 		// Change height
 		cy.get('#selectheight .spinfield')
 			.clear()


More information about the Libreoffice-commits mailing list