#2639 - Permettre à l'utilisateur connecté de demander le rattachement à un organisme #1781
Annotations
4 errors, 1 warning, and 1 notice
Run playwright tests:
playwright/tests/auth.setup.ts#L29
1) [setup] › auth.setup.ts:22:6 › authenticate as IC user agency ─────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('#im-register-agencies-form__submit-button')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('#im-register-agencies-form__submit-button')
27 | `#${domElementIds.agencyDashboard.registerAgencies.submitButton}`,
28 | ),
> 29 | ).toBeVisible();
| ^
30 | await page.context().storageState({ path: agencyAuthFile });
31 | });
32 |
at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/auth.setup.ts:29:5
|
Run playwright tests:
playwright/tests/auth.setup.ts#L29
1) [setup] › auth.setup.ts:22:6 › authenticate as IC user agency ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('#im-register-agencies-form__submit-button')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('#im-register-agencies-form__submit-button')
27 | `#${domElementIds.agencyDashboard.registerAgencies.submitButton}`,
28 | ),
> 29 | ).toBeVisible();
| ^
30 | await page.context().storageState({ path: agencyAuthFile });
31 | });
32 |
at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/auth.setup.ts:29:5
|
Run playwright tests:
playwright/tests/auth.setup.ts#L29
1) [setup] › auth.setup.ts:22:6 › authenticate as IC user agency ─────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: locator('#im-register-agencies-form__submit-button')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('#im-register-agencies-form__submit-button')
27 | `#${domElementIds.agencyDashboard.registerAgencies.submitButton}`,
28 | ),
> 29 | ).toBeVisible();
| ^
30 | await page.context().storageState({ path: agencyAuthFile });
31 | });
32 |
at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/auth.setup.ts:29:5
|
Run playwright tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run playwright tests
1 failed
[setup] › auth.setup.ts:22:6 › authenticate as IC user agency ──────────────────────────────────
62 did not run
2 passed (1.4m)
|
Loading