summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@gmail.com>2023-05-10 10:37:44 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-05-11 13:55:55 +0300
commite8acb950b06cffe0753904cc5f5cb8e9291219c4 (patch)
treeb5351757e75bb28dbcb4c4cb63042ecb801bebac /cypress_test/integration_tests/desktop/calc
parentEnable calc switch sheets test. (diff)
downloadonline-e8acb950b06cffe0753904cc5f5cb8e9291219c4.tar.gz
online-e8acb950b06cffe0753904cc5f5cb8e9291219c4.zip
Enable calc text editing mode test.
Signed-off-by: Gökay Şatır <gokaysatir@gmail.com> Change-Id: Ib03f0aa24268a104b6815c813a795c9a21e8e932
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc')
-rw-r--r--cypress_test/integration_tests/desktop/calc/statusbar_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/statusbar_spec.js b/cypress_test/integration_tests/desktop/calc/statusbar_spec.js
index 02d3e1326b..4728d25e00 100644
--- a/cypress_test/integration_tests/desktop/calc/statusbar_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/statusbar_spec.js
@@ -36,7 +36,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Statubar tests.', function
cy.cGet('#RowColSelCount').should('have.text', '\u00a0Select multiple cells\u00a0');
});
- it.skip('Text editing mode.', function() {
+ it('Text editing mode.', function() {
cy.cGet('#InsertMode').should('have.text', '\u00a0Insert mode: inactive\u00a0');
calcHelper.dblClickOnFirstCell();
cy.cGet('#InsertMode').should('have.text', 'Insert');