[Libreoffice-commits] online.git: cypress_test/integration_tests
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Mon Feb 24 21:14:43 UTC 2020
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 <tamas.zolnai at collabora.com>
AuthorDate: Mon Feb 24 20:46:59 2020 +0100
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
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 <tamas.zolnai at collabora.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
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() {
More information about the Libreoffice-commits
mailing list