We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec468a commit cadf12fCopy full SHA for cadf12f
src/components/UserPortal/UserSidebarOrg/UserSidebarOrg.test.tsx
@@ -462,7 +462,7 @@ describe('Testing LeftDrawerOrg component for SUPERADMIN', () => {
462
</I18nextProvider>
463
</Provider>
464
</BrowserRouter>
465
- </MockedProvider>
+ </MockedProvider>,
466
);
467
468
await wait();
@@ -483,8 +483,8 @@ describe('Testing LeftDrawerOrg component for SUPERADMIN', () => {
483
484
// Check if the modal is closed (no longer in the document)
485
486
- expect(screen.queryByText('Leaving organization ?')).not.toBeInTheDocument();
+ expect(
487
+ screen.queryByText('Leaving organization ?'),
488
+ ).not.toBeInTheDocument();
489
});
-
490
0 commit comments