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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 24 18:36:14 UTC 2020


 cypress_test/integration_tests/mobile/writer/apply_font_spec.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 131f4c340ca55fcd28fbe68270c8b9930c971136
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Mon Feb 24 18:47:11 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Mon Feb 24 19:35:55 2020 +0100

    cypress: mobile: this test has an unexpected side-effect on other tests.
    
    No idea why is that. Maybe cypress has an issue in it somewhere
    or loolwsd is doing something. Adding a small wait avoid the
    failure.
    
    Change-Id: Ic1b29c34f9990fc4937105925872655a98793f79
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89372
    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/apply_font_spec.js b/cypress_test/integration_tests/mobile/writer/apply_font_spec.js
index 92b62f285..e978b5bc9 100644
--- a/cypress_test/integration_tests/mobile/writer/apply_font_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/apply_font_spec.js
@@ -284,6 +284,7 @@ describe('Apply font changes.', function() {
 		// So better to hide it.
 		cy.get('#Spacing')
 			.should('not.exist');
+		cy.wait(2000);
 	});
 });
 


More information about the Libreoffice-commits mailing list