[Libreoffice-commits] online.git: cypress_test/integration_tests

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 26 21:01:21 UTC 2020


 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 <tamas.zolnai at collabora.com>
AuthorDate: Wed Feb 26 21:09:51 2020 +0100
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>

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');
 


More information about the Libreoffice-commits mailing list