[Libreoffice-commits] online.git: cypress_test/integration_tests
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Thu Feb 20 04:02:40 UTC 2020
cypress_test/integration_tests/mobile/writer/spellchecking_spec.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 16578f03539793ab75ea2c4b97f63b9a7676eff3
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Feb 20 04:52:41 2020 +0100
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Feb 20 05:02:22 2020 +0100
cypress: mobile: Disable spellchecking tests for now.
There is no an obvious reason for this issue and also
I can't reproduce this issue locally.
Change-Id: I6860fa878ebafd9deab92b2662c352a99ab85b52
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89071
Tested-by: Tamás Zolnai <tamas.zolnai at collabora.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 a23105b44..3c594e3c8 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('Spell checking menu.', function() {
+describe.skip('Spell checking menu.', function() {
beforeEach(function() {
helper.beforeAllMobile('spellcheck.odt', 'writer');
More information about the Libreoffice-commits
mailing list