[Libreoffice-commits] online.git: 2 commits - cypress_test/integration_tests
Tamás Zolnai (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 19 09:34:31 UTC 2020
cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js | 2 -
cypress_test/integration_tests/mobile/writer/shape_properties_spec.js | 15 ++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
New commits:
commit 08d801b7d6574cd7dc521e7277b7aabd49062d0a
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Wed Feb 19 10:33:26 2020 +0100
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Wed Feb 19 10:33:48 2020 +0100
cypress: mobile: Disable this test for now.
Recently fails randomly with core/master.
Change-Id: Ib8003c2b82b773a2851b251cba838533d040b3e5
diff --git a/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js b/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js
index 9245b1453..c8c093a41 100644
--- a/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/apply_paragraph_properties_spec.js
@@ -110,7 +110,7 @@ describe('Apply paragraph properties.', function() {
.should('have.attr', 'align', 'justify');
});
- it('Change writing direction.', function() {
+ it.skip('Change writing direction.', function() {
// Change writing mode
cy.get('#ParaRightToLeft')
.click();
commit eeadcb5a407f4e31e0d3d0812622041683ea2767
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Wed Feb 19 10:09:02 2020 +0100
Commit: Tamás Zolnai <tamas.zolnai at collabora.com>
CommitDate: Wed Feb 19 10:33:48 2020 +0100
cypress: mobile: Disable shape related tests for core/master
Will investigate the issue which causes to fail these tests.
Change-Id: Ic71d0fccb200a3c51d927be62d9d39301c0c3064
diff --git a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
index 27965cd68..8461fde23 100644
--- a/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
+++ b/cypress_test/integration_tests/mobile/writer/shape_properties_spec.js
@@ -139,6 +139,11 @@ describe('Change shape properties via mobile wizard.', function() {
});
it('Vertical mirroring', function() {
+ // TODO: The sidebar's content is send twice when opening the mobile
+ // wizard.
+ if (Cypress.env('LO_CORE_VERSION') === 'master')
+ return;
+
// Open mobile wizard
cy.get('#tb_actionbar_item_mobile_wizard')
.click();
@@ -155,6 +160,11 @@ describe('Change shape properties via mobile wizard.', function() {
});
it('Horizontal mirroring', function() {
+ // TODO: The sidebar's content is send twice when opening the mobile
+ // wizard.
+ if (Cypress.env('LO_CORE_VERSION') === 'master')
+ return;
+
// Open mobile wizard
cy.get('#tb_actionbar_item_mobile_wizard')
.click();
@@ -171,6 +181,11 @@ describe('Change shape properties via mobile wizard.', function() {
});
it('Trigger moving backward / forward', function() {
+ // TODO: The sidebar's content is send twice when opening the mobile
+ // wizard.
+ if (Cypress.env('LO_CORE_VERSION') === 'master')
+ return;
+
// Open mobile wizard
cy.get('#tb_actionbar_item_mobile_wizard')
.click();
More information about the Libreoffice-commits
mailing list