🐛(communes) add missing user creation in domain provisioning

Add user in Dimail for automatically provisioned domains.
This commit is contained in:
Laurent Bossavit
2025-02-15 15:09:36 +01:00
committed by Laurent Bossavit
parent 29d0bbb692
commit 7379d70321
3 changed files with 72 additions and 15 deletions

View File

@@ -8,7 +8,9 @@ test.beforeEach(async ({ page, browserName }) => {
});
test.describe('When a commune, domain is created on first login via ProConnect', () => {
test('it checks the domain has been created', async ({ page }) => {
test('it checks the domain has been created and is operational', async ({
page,
}) => {
const header = page.locator('header').first();
await expect(header.getByAltText('Marianne Logo')).toBeVisible();