(plugin) add CommuneCreation plugin

Extend plugin mechanism to be able to grant domain admin in Dimail
This commit is contained in:
Laurent Bossavit
2025-01-22 15:32:15 +01:00
committed by Laurent Bossavit
parent dc938d3159
commit 471f69d4ec
13 changed files with 141 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ test.describe('OIDC interop with SIRET', () => {
);
expect(response.ok()).toBeTruthy();
expect(await response.json()).toMatchObject({
organization: { registration_id_list: ['21580304000017'] },
organization: { registration_id_list: ['21510339100011'] },
});
});
});
@@ -28,6 +28,6 @@ test.describe('When a commune, display commune name below user name', () => {
name: 'Marie Delamairie',
});
await expect(logout.getByText('Varzy')).toBeVisible();
await expect(logout.getByText('Merlaut')).toBeVisible();
});
});