cypress_test/integration_tests/mobile/writer/spellchecking_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 892e29377a30344cd2069437fbbc789d3f9f1bf9 Author: Tamás Zolnai <[email protected]> AuthorDate: Wed Feb 26 21:09:51 2020 +0100 Commit: Tamás Zolnai <[email protected]> CommitDate: Wed Feb 26 22:01:03 2020 +0100 cypress: mobile: enable spellcheck related tests. Change-Id: I198c4abb43426cb6a6d4e8e9b43f1c7ed83f1d81 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89595 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Tamás Zolnai <[email protected]> diff --git a/cypress_test/integration_tests/mobile/writer/spellchecking_spec.js b/cypress_test/integration_tests/mobile/writer/spellchecking_spec.js index 54a3c5120..fb0e86a67 100644 --- a/cypress_test/integration_tests/mobile/writer/spellchecking_spec.js +++ b/cypress_test/integration_tests/mobile/writer/spellchecking_spec.js @@ -2,7 +2,7 @@ var helper = require('../../common/helper'); -describe.skip('Spell checking menu.', function() { +describe('Spell checking menu.', function() { beforeEach(function() { helper.beforeAllMobile('spellchecking.odt', 'writer'); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
