fix: remove dnd for workspace list (#6754)

fix TOV-399
This commit is contained in:
pengx17
2024-04-30 14:57:38 +00:00
parent 0a1241436f
commit 0c175ada31
3 changed files with 8 additions and 103 deletions
@@ -60,7 +60,7 @@ test('create one workspace in the workspace list', async ({
expect(currentWorkspace.meta.flavour).toContain('local');
});
test('create multi workspace in the workspace list', async ({
test.skip('create multi workspace in the workspace list', async ({
page,
workspace,
}) => {