diff --git a/cypress_test/integration_tests/desktop/writer/table_operation_spec.js b/cypress_test/integration_tests/desktop/writer/table_operation_spec.js index 2412265b6..f6e1a6d65 100644 --- a/cypress_test/integration_tests/desktop/writer/table_operation_spec.js +++ b/cypress_test/integration_tests/desktop/writer/table_operation_spec.js @@ -312,7 +312,7 @@ describe('Table operations', function() { .should('have.attr', 'width', '50%'); }); - it('Split Cells', function() { + /*it('Split Cells', function() { helper.typeIntoDocument('{downarrow}'); helper.typeIntoDocument('{ctrl}{a}'); @@ -346,5 +346,7 @@ describe('Table operations', function() { cy.get('#copy-paste-container tbody').find('tr') .should('have.length', 4); - }); + });*/ + // TODO: Rewrite this test to use the new JSDialogs dialog as opposed to this tunneled dialog + // Blocked by https://gerrit.libreoffice.org/c/core/+/137791 });