🐛(communes) add missing user creation in domain provisioning
Add user in Dimail for automatically provisioned domains.
This commit is contained in:
committed by
Laurent Bossavit
parent
29d0bbb692
commit
7379d70321
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user