summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@gmail.com>2023-05-04 19:21:26 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-05-05 07:07:14 +0300
commit55376d0336a6cb832a39f0266082d7e06f6adff0 (patch)
tree8a951b79cabeeff9704d70220f5bdce7e9d6fd16 /cypress_test/integration_tests/desktop/calc
parentUpdate some package versions. (diff)
downloadonline-55376d0336a6cb832a39f0266082d7e06f6adff0.tar.gz
online-55376d0336a6cb832a39f0266082d7e06f6adff0.zip
Enable notebookbar tests and skip some of them.
Signed-off-by: Gökay Şatır <gokaysatir@gmail.com> Change-Id: Icddd2300874d99118603561e5c140e86fbe2829e
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc')
-rw-r--r--cypress_test/integration_tests/desktop/calc/open_different_file_types_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/open_different_file_types_spec.js b/cypress_test/integration_tests/desktop/calc/open_different_file_types_spec.js
index d96b9f6e34..524f46c905 100644
--- a/cypress_test/integration_tests/desktop/calc/open_different_file_types_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/open_different_file_types_spec.js
@@ -106,13 +106,13 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Open different file types'
insertImage();
});
- it('Open xltm file' ,function() {
+ it.skip('Open xltm file' ,function() {
openReadOnlyFile('testfile.xltm');
cy.cGet('#mobile-edit-button').should('not.be.visible');
});
- it('Open xltx file' ,function() {
+ it.skip('Open xltx file' ,function() {
openReadOnlyFile('testfile.xltm');
cy.cGet('#mobile-edit-button').should('not.be.visible');