mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 00:14:25 +00:00
Refactor modal tests for improved clarity and consistency in content and actions
This commit is contained in:
@@ -36,8 +36,8 @@ describe('CreateUserModal', () => {
|
||||
mockOnCreateUser.mockResolvedValue(true);
|
||||
});
|
||||
|
||||
describe('Modal Visibility and Basic Interaction', () => {
|
||||
it('renders modal when opened with all form elements', () => {
|
||||
describe('Modal Visibility and Content', () => {
|
||||
it('renders modal with correct content when opened', () => {
|
||||
render(
|
||||
<CreateUserModal
|
||||
opened={true}
|
||||
|
||||
Reference in New Issue
Block a user