refine shared Semi UI command tokens
This commit is contained in:
@@ -208,6 +208,7 @@ test('keeps the customer directory visible on mobile and opens details on demand
|
||||
expect(view.container.querySelector('.v2-user-mobile-picker')).not.toBeInTheDocument();
|
||||
expect(view.container.querySelector('.v2-customer-list.semi-list')).toBeInTheDocument();
|
||||
expect(screen.getByRole('textbox', { name: '搜索客户账号' })).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: '新建客户账号' })).toHaveClass('v2-workspace-mobile-tool-button', 'is-primary');
|
||||
const filterToggle = screen.getByRole('button', { name: '修改账号范围:全部状态' });
|
||||
expect(filterToggle).toHaveAttribute('aria-expanded', 'false');
|
||||
fireEvent.click(filterToggle);
|
||||
|
||||
Reference in New Issue
Block a user