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:
parent
112882a3f7
commit
304f3e3d7c
1 changed files with 4 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue