cypress_test/integration_tests/mobile/writer/focus_spec.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit ca2fe5fa913f2ac567cb438b444137a943aaf258 Author: Tamás Zolnai <[email protected]> AuthorDate: Mon Feb 24 20:46:59 2020 +0100 Commit: Tamás Zolnai <[email protected]> CommitDate: Mon Feb 24 22:14:25 2020 +0100 cypress: mobile: disable an unstable focus related tests. It's unstable now, how focus behaves with shape. Change-Id: If429420852599315bff5d71f33f263f1d79a356c Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89380 Tested-by: Tamás Zolnai <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> diff --git a/cypress_test/integration_tests/mobile/writer/focus_spec.js b/cypress_test/integration_tests/mobile/writer/focus_spec.js index d17302675..347fe51df 100644 --- a/cypress_test/integration_tests/mobile/writer/focus_spec.js +++ b/cypress_test/integration_tests/mobile/writer/focus_spec.js @@ -202,8 +202,9 @@ describe('Focus tests', function() { }); // Document still has the focus - cy.document().its('activeElement.className') - .should('be.eq', 'clipboard'); + // TODO: Focus is inconsistent here. + //cy.document().its('activeElement.className') + // .should('be.eq', 'clipboard'); }); it('Focus with hamburger menu.', function() { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
