[Libreoffice-commits] online.git: cypress_test/integration_tests
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 16 12:15:53 UTC 2020
cypress_test/integration_tests/mobile/impress/insertion_wizard_spec.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 28ec6eda334d0d263ddbca130e57637f024ddf49
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Thu Jul 16 14:02:35 2020 +0200
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Thu Jul 16 14:15:33 2020 +0200
cypress: fix date field insertion tests in impress.
Change-Id: I9fd03b2b1a4027640750bdeecab45101ce3ece4f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98903
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/cypress_test/integration_tests/mobile/impress/insertion_wizard_spec.js b/cypress_test/integration_tests/mobile/impress/insertion_wizard_spec.js
index 2627c4642..ae3a928d9 100644
--- a/cypress_test/integration_tests/mobile/impress/insertion_wizard_spec.js
+++ b/cypress_test/integration_tests/mobile/impress/insertion_wizard_spec.js
@@ -221,7 +221,7 @@ describe('Impress insertion wizard.', function() {
.click();
// Check that the shape is there
- selectionShouldBeTextShape();
+ selectionShouldBeTextShape(false);
// Check the text
impressMobileHelper.selectTextOfShape();
@@ -241,7 +241,7 @@ describe('Impress insertion wizard.', function() {
.click();
// Check that the shape is there
- selectionShouldBeTextShape();
+ selectionShouldBeTextShape(false);
// Check the text
impressMobileHelper.selectTextOfShape();
More information about the Libreoffice-commits
mailing list