cypress_test/integration_tests/mobile/writer/apply_font_spec.js | 1 + 1 file changed, 1 insertion(+)
New commits: commit 131f4c340ca55fcd28fbe68270c8b9930c971136 Author: Tamás Zolnai <[email protected]> AuthorDate: Mon Feb 24 18:47:11 2020 +0100 Commit: Tamás Zolnai <[email protected]> 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 <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> 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); }); }); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
