Build [v1.14.31]
This commit is contained in:
@@ -229,7 +229,7 @@ describe('PhotoModal', () => {
|
||||
|
||||
const backdrop = screen.getByRole('dialog');
|
||||
// The modal content div is the second child of backdrop
|
||||
const modalContent = backdrop.querySelector('div[class*="rounded-3xl"]');
|
||||
const modalContent = backdrop.querySelector('div[class*="rounded-none"]');
|
||||
expect(modalContent).toHaveClass('max-w-2xl', 'w-full', 'max-h-[90vh]');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user