refine Semi UI account workspace

This commit is contained in:
lingniu
2026-07-18 10:30:28 +08:00
parent 41b5c41998
commit 3cd19b276d
4 changed files with 458 additions and 65 deletions

View File

@@ -237,7 +237,9 @@ describe('V2 production entry', () => {
expect(corePageSources.UsersPage).toContain('<List');
expect(corePageSources.UsersPage).toContain('<List.Item');
expect(corePageSources.UsersPage).toContain('className="v2-user-command-bar"');
expect(corePageSources.UsersPage).toContain('v2-user-directory-metrics');
expect(corePageSources.UsersPage).toContain('className="v2-user-discovery-shell"');
expect(corePageSources.UsersPage).toContain('className="v2-user-directory-columns"');
expect(corePageSources.UsersPage).not.toContain('v2-user-directory-metrics');
expect(corePageSources.UsersPage).toContain('aria-expanded={selectedID === user.id && !creating}');
expect(corePageSources.UsersPage).toContain('<Tabs className="v2-user-editor-tabs"');
expect(corePageSources.UsersPage).toContain('<Tabs.TabPane');