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.zol...@collabora.com> AuthorDate: Thu Jul 16 14:02:35 2020 +0200 Commit: Tamás Zolnai <tamas.zol...@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.zol...@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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits