cypress_test/integration_tests/mobile/impress/impress_focus_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8fb24f51f48d2ff61955bc37c072f989f2e2462b Author: Tamás Zolnai <[email protected]> AuthorDate: Tue Mar 17 17:03:19 2020 +0100 Commit: Tamás Zolnai <[email protected]> CommitDate: Tue Mar 17 17:36:04 2020 +0100 cypress: mobile: disable this unstable test. Testing focus is hard in general. Easy to hit race contiditions when focus behaves inconsistently. Change-Id: Ib16789d5a9875e8041785ba353b7ab8f7c82a7a7 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90658 Tested-by: Tamás Zolnai <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> diff --git a/cypress_test/integration_tests/mobile/impress/impress_focus_spec.js b/cypress_test/integration_tests/mobile/impress/impress_focus_spec.js index 99fefe704..46dbc7a9f 100644 --- a/cypress_test/integration_tests/mobile/impress/impress_focus_spec.js +++ b/cypress_test/integration_tests/mobile/impress/impress_focus_spec.js @@ -11,7 +11,7 @@ describe('Impress focus tests', function() { helper.afterAll('focus.odp'); }); - it('Basic document focus.', function() { + it.skip('Basic document focus.', function() { // Click on edit button cy.get('#mobile-edit-button').click(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
