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:23:56 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-05-11 13:55:55 +0300
commit71687e1c66308c1f4511821550c4dc774e12823d (patch)
tree45d4f8836ff2b2f06257f962609ba22848d5f621 /cypress_test/integration_tests/desktop/calc
parentEnable calc row_column_operation_spec.js. (diff)
downloadonline-71687e1c66308c1f4511821550c4dc774e12823d.tar.gz
online-71687e1c66308c1f4511821550c4dc774e12823d.zip
Enable calc switch sheets test.
Signed-off-by: Gökay Şatır <gokaysatir@gmail.com> Change-Id: I1adda596e402a3be116459b3669080844f79ade7
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc')
-rw-r--r--cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js b/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js
index 681a0a891a..489869e808 100644
--- a/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/sheet_operation_spec.js
@@ -31,7 +31,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Sheet Operations.', functi
assertNumberofSheets(2);
});
- it.skip('Switching sheet sets the view that contains cell-cursor', function () {
+ it('Switching sheet sets the view that contains cell-cursor', function () {
assertNumberofSheets(1);
helper.typeIntoInputField('input#addressInput', 'A1');
calcHelper.ensureViewContainsCellCursor();