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@gmail.com>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
This commit is contained in:
Tamás Zolnai 2020-03-31 17:03:19 +02:00
parent 112882a3f7
commit 304f3e3d7c

View file

@ -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() {