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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 9 16:25:16 UTC 2020


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

New commits:
commit 649bf8545a759a46bbe96538ab79d79d62e7b792
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Apr 9 12:37:05 2020 +0200
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Apr 9 18:24:57 2020 +0200

    cypress: mobile: it seems we have some flickering on pos&size panel.
    
    Change-Id: I9347b3fefd44f8642ab151654cf063f66e2d19ad
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91986
    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 87aa69435..2d3e8bb7c 100644
--- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
@@ -58,9 +58,10 @@ describe('Change shape properties via mobile wizard.', function() {
 		cy.get('#PosSizePropertyPanel')
 			.click();
 
+		// TODO: we have some aditional flickering here
 		cy.get('.ui-content.level-0.mobile-wizard')
 			.should('be.visible')
-			.wait(100);
+			.wait(300);
 	}
 
 	function openLinePropertyPanel() {


More information about the Libreoffice-commits mailing list