summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc
diff options
context:
space:
mode:
authorRash419 <rashesh.padia@collabora.com>2022-08-23 12:15:54 +0530
committerRashesh Padia <rasheshpadia419@gmail.com>2022-08-23 13:13:52 +0530
commit0dff307695151a2efc91a1b013a51b60f68b57fc (patch)
treef5d2a45a5386fa8cd283dbe68bd450b16c74e68f /cypress_test/integration_tests/desktop/calc
parentDon't add hover states to generated jsdialogbuilder td elements (diff)
downloadonline-0dff307695151a2efc91a1b013a51b60f68b57fc.tar.gz
online-0dff307695151a2efc91a1b013a51b60f68b57fc.zip
cypress: temporarily disable autofilter test
problem: when we click on checkbox to filter the data in autofilter dialog the checkbox itself disappear if that is expected behaviour then cypress test needs to modified if not bug needs to be fixed first before enabling this test Signed-off-by: Rash419 <rashesh.padia@collabora.com> Change-Id: I4dbfcf8abebe1c65e27c8c090bfce3ed0c59d086
Diffstat (limited to 'cypress_test/integration_tests/desktop/calc')
-rw-r--r--cypress_test/integration_tests/desktop/calc/autofilter_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/calc/autofilter_spec.js b/cypress_test/integration_tests/desktop/calc/autofilter_spec.js
index 5bb8b4081e..3dbb605aca 100644
--- a/cypress_test/integration_tests/desktop/calc/autofilter_spec.js
+++ b/cypress_test/integration_tests/desktop/calc/autofilter_spec.js
@@ -74,7 +74,7 @@ describe('AutoFilter', function() {
});
}
- it('Enable/Disable autofilter', function() {
+ it.skip('Enable/Disable autofilter', function() {
//it gets enable before the test body starts
//filter by pass
openAutoFilterMenu(true);