feat(core): remove workspace selectors in settings (#9705)

fix AF-2119
This commit is contained in:
pengx17
2025-01-15 07:37:25 +00:00
parent c31a0d28cf
commit 0bce5c6730
33 changed files with 223 additions and 349 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ test('should have pagination in member list', async ({ page }) => {
);
await openSettingModal(page);
await openWorkspaceSettingPanel(page, 'test');
await openWorkspaceSettingPanel(page);
await page.waitForTimeout(1000);