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

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 31 15:47:23 UTC 2020


 cypress_test/integration_tests/mobile/writer/focus_spec.js |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 304f3e3d7ccfea65efb9967a829bffb3f5acd0a7
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Tue Mar 31 17:03:19 2020 +0200
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Tue Mar 31 17:47:05 2020 +0200

    cypress: mobile: this focus test is still unreliable.
    
    Change-Id: I10556880dfa87bc4afea0f5b76b719a5ffa658d0
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91433
    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/focus_spec.js b/cypress_test/integration_tests/mobile/writer/focus_spec.js
index 4df2242af..84e2635a3 100644
--- a/cypress_test/integration_tests/mobile/writer/focus_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/focus_spec.js
@@ -199,9 +199,10 @@ describe('Focus tests', function() {
 		//cy.document().its('activeElement.className')
 		//	.should('be.eq', 'clipboard');
 
-		cy.window().then(win => {
-			expect(win.canAcceptKeyboardInput(), 'Should accept input').to.equal(true);
-		});
+		// This is unstable too
+		//cy.window().then(win => {
+		//	expect(win.canAcceptKeyboardInput(), 'Should accept input').to.equal(true);
+		//});
 	});
 
 	it('Focus with hamburger menu.', function() {


More information about the Libreoffice-commits mailing list