summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests
diff options
context:
space:
mode:
authorRash419 <rashesh.padia@collabora.com>2022-05-19 12:16:54 +0530
committerGökay ŞATIR <gokaysatir@gmail.com>2022-05-24 11:59:38 +0300
commit4873447dc8ccf54dc4cebd5034cf51c7ffeb830f (patch)
treef44566bcc80a9ceec8890aae0a00f60460e2eb40 /cypress_test/integration_tests
parentcypress: added new function selectCellsInRange (diff)
downloadonline-4873447dc8ccf54dc4cebd5034cf51c7ffeb830f.tar.gz
online-4873447dc8ccf54dc4cebd5034cf51c7ffeb830f.zip
cypress: skipping columns test in impress/table_operation_spec.js
cannot reproduce locally temporarily skipping the test Signed-off-by: Rash419 <rashesh.padia@collabora.com> Change-Id: I2007a2dc643306551be859b1bdcf48982fe4a33d Signed-off-by: Gökay Şatır <gokaysatir@collabora.com>
Diffstat (limited to 'cypress_test/integration_tests')
-rw-r--r--cypress_test/integration_tests/mobile/impress/table_operation_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/cypress_test/integration_tests/mobile/impress/table_operation_spec.js b/cypress_test/integration_tests/mobile/impress/table_operation_spec.js
index fe5046d0eb..6385afbca5 100644
--- a/cypress_test/integration_tests/mobile/impress/table_operation_spec.js
+++ b/cypress_test/integration_tests/mobile/impress/table_operation_spec.js
@@ -104,7 +104,7 @@ describe('Table Operation', function() {
.should('have.attr', 'y', '5644');
});
- it('Insert column before.', function() {
+ it.skip('Insert column before.', function() {
selectFullTable();
clickOnTableOperation('insertcolumnsbefore');
@@ -130,7 +130,7 @@ describe('Table Operation', function() {
.should('have.attr', 'y', '5644');
});
- it('Insert column after.', function() {
+ it.skip('Insert column after.', function() {
selectFullTable();
clickOnTableOperation('insertcolumnsafter');