diff --git a/package-lock.json b/package-lock.json index 24265fce6d..fae5984b43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,6 +95,9 @@ "jest-preview": "^0.3.1", "jquery": "^3.2.1", "postcss-modules": "^6.0.0" + }, + "engines": { + "node": ">=20.x" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/src/screens/OrgList/OrgList.test.tsx b/src/screens/OrgList/OrgList.test.tsx index 35acc85c45..361f1cda42 100644 --- a/src/screens/OrgList/OrgList.test.tsx +++ b/src/screens/OrgList/OrgList.test.tsx @@ -193,7 +193,6 @@ describe('Organisations Page testing as SuperAdmin', () => { screen.queryByText(/Congratulation the Organization is created/i) ).toBeInTheDocument() ); - userEvent.click(screen.getByTestId(/closeOrganizationModal/i)); }); test('Plugin Notification model should work properly', async () => { diff --git a/src/screens/OrgList/OrgList.tsx b/src/screens/OrgList/OrgList.tsx index 72058e8d96..2ee2247099 100644 --- a/src/screens/OrgList/OrgList.tsx +++ b/src/screens/OrgList/OrgList.tsx @@ -629,31 +629,18 @@ function orgList(): JSX.Element { {' '} {/* Plugin Notification Modal after Org is Created */} + + + {t('manageFeatures')} + +
-
-

{t('manageFeatures')}

- - - - -

{t('manageFeaturesInfo')}