summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/calc
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2022-08-23 15:29:29 +0200
committerSzymon Kłos <eszkadev@gmail.com>2022-08-23 18:10:04 +0200
commitcba04c95704b825ad37e4321934ba6de7b4f106a (patch)
tree86c466a0346f9b5a4f46f574aa1b6479814f46f3 /cypress_test/integration_tests/desktop/calc
parentlibfuzzer: fix clientsession_fuzzer (diff)
downloadonline-cba04c95704b825ad37e4321934ba6de7b4f106a.tar.gz
online-cba04c95704b825ad37e4321934ba6de7b4f106a.zip
jsdialog: allow boolean as treeview entry state
after core commit: https://cgit.freedesktop.org/libreoffice/core/commit/?h=distro/collabora/co-22.05&id=62d5622540c7251bb870a837b5ca6a836fac6f01 DumpAsPropertyTree: use more efficient overloads of JsonWriter::put we use boolean not string this also enables test broken by that core commit Signed-off-by: Szymon Kłos <szymon.klos@collabora.com> Change-Id: I029463ecf100f31ed567af2c7434b87dbfb84265
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 3dbb605aca..5bb8b4081e 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.skip('Enable/Disable autofilter', function() {
+ it('Enable/Disable autofilter', function() {
//it gets enable before the test body starts
//filter by pass
openAutoFilterMenu(true);