cypress_test/integration_tests/mobile/calc/focus_spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 619ae03f363ed565dd028dc6d919acfa6129fe64 Author: Tamás Zolnai <[email protected]> AuthorDate: Wed May 6 10:34:14 2020 +0200 Commit: Tamás Zolnai <[email protected]> CommitDate: Wed May 6 10:58:06 2020 +0200 cypress: formula bar editing is working again. Change-Id: I8131ed29f5617d2debe9200111e88e42f9969096 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93555 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> diff --git a/cypress_test/integration_tests/mobile/calc/focus_spec.js b/cypress_test/integration_tests/mobile/calc/focus_spec.js index 8ac625d73..8ed94512c 100644 --- a/cypress_test/integration_tests/mobile/calc/focus_spec.js +++ b/cypress_test/integration_tests/mobile/calc/focus_spec.js @@ -76,8 +76,7 @@ describe('Calc focus tests', function() { .should('be.eq', 'clipboard'); }); - // Regression here: can't edit formula bar - it.skip('Formula-bar focus', function() { + it('Formula-bar focus', function() { // Click on edit button mobileHelper.enableEditingMobile(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
