Skip to content
Snippets Groups Projects
Commit 920ff7cc authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fix: Disable test for column visibility toggle feature

parent d90ff22f
No related tags found
1 merge request!489Fix: Deactivate folder upload feature
Pipeline #1662712 passed
......@@ -68,7 +68,7 @@ describe("FilesView.vue", async () => {
// shallowMount does not work here!
wrapper = createWrapper();
});
/* Test disabled, feature will be removed
test(
"Should toggle column visibility and persist to local storage",
{
......@@ -106,7 +106,7 @@ describe("FilesView.vue", async () => {
expect(resourceStore.setStoredColumns).toBeCalledTimes(1);
},
);
*/
test(
"Trigger download uses download store method",
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment