Skip to content

#2479 - L'onglet conventions synchronisées est accessible seulement aux utilisateurs rattachés a une agence pour laquelle la synchronisation est possible #1058

#2479 - L'onglet conventions synchronisées est accessible seulement aux utilisateurs rattachés a une agence pour laquelle la synchronisation est possible

#2479 - L'onglet conventions synchronisées est accessible seulement aux utilisateurs rattachés a une agence pour laquelle la synchronisation est possible #1058

Status Failure
Total duration 7m 35s
Artifacts 2

validation-pr.yml

on: pull_request
deploy-review-app  /  Deploy to review app pr2482
5m 43s
deploy-review-app / Deploy to review app pr2482
fullcheck  /  Back integration tests
2m 13s
fullcheck / Back integration tests
fullcheck  /  Playwright tests
7m 25s
fullcheck / Playwright tests
Verify migration order
20s
Verify migration order
Matrix: fullcheck /
notify-pr
0s
notify-pr
run-seeds
0s
run-seeds
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 5 warnings, and 1 notice
deploy-review-app / Deploy to review app pr2482
Process completed with exit code 1.
[chromium] › establishment/establishmentWorkflow.spec.ts:512:9 › Establishment creation and modification workflow › Check displayed availability › in establishment form: playwright/utils/utils.ts#L74
1) [chromium] › establishment/establishmentWorkflow.spec.ts:512:9 › Establishment creation and modification workflow › Check displayed availability › in establishment form Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: locator('#im-form-create-establishment__start-button') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 10000ms - waiting for locator('#im-form-create-establishment__start-button') at ../utils/utils.ts:74 72 | 73 | export const expectLocatorToBeVisibleAndEnabled = async (locator: Locator) => { > 74 | await expect(locator).toBeVisible(); | ^ 75 | await expect(locator).toBeEnabled(); 76 | }; 77 | at expectLocatorToBeVisibleAndEnabled (/home/runner/work/immersion-facile/immersion-facile/playwright/utils/utils.ts:74:25) at fillEstablishmentFormFirstStep (/home/runner/work/immersion-facile/immersion-facile/playwright/tests/establishment/establishmentWorkflow.spec.ts:572:43) at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/establishment/establishmentWorkflow.spec.ts:514:7
[chromium] › establishment/establishmentWorkflow.spec.ts:53:7 › Establishment creation and modification workflow › creates a new establishment: playwright/tests/establishment/establishmentWorkflow.spec.ts#L101
2) [chromium] › establishment/establishmentWorkflow.spec.ts:53:7 › Establishment creation and modification workflow › creates a new establishment Error: Timed out 10000ms waiting for expect(locator).not.toHaveValue(expected) Locator: locator('#im-form-create-establishment__business-name') Expected string: not "" Received string: "" Call log: - expect.not.toHaveValue with timeout 10000ms - waiting for locator('#im-form-create-establishment__business-name') - locator resolved to <input readonly required="" type="text" class="fr-input" name="businessName" id="im-form-create-establishment__business-name" label="Vérifiez le nom (raison sociale) de votre établissement *" aria-describedby="im-form-create-establishment__business-name-desc-error"/> - unexpected value "" - locator resolved to <input readonly required="" type="text" class="fr-input" name="businessName" id="im-form-create-establishment__business-name" label="Vérifiez le nom (raison sociale) de votre établissement *" aria-describedby="im-form-create-establishment__business-name-desc-error"/> - unexpected value "" - locator resolved to <input readonly required="" type="text" class="fr-input" name="businessName" id="im-form-create-establishment__business-name" label="Vérifiez le nom (raison sociale) de votre établissement *" aria-describedby="im-form-create-establishment__business-name-desc-error"/> - unexpected value "" - locator resolved to <input readonly required="" type="text" class="fr-input" name="businessName" id="im-form-create-establishment__business-name" label="Vérifiez le nom (raison sociale) de votre établissement *" aria-describedby="im-form-create-establishment__business-name-desc-error"/> - unexpected value "" - locator resolved to <input readonly required="" type="text" class="fr-input" name="businessName" id="im-form-create-establishment__business-name" label="Vérifiez le nom (raison sociale) de votre établissement *" aria-describedby="im-form-create-establishment__business-name-desc-error"/> - unexpected value "" - locator resolved to <input readonly required="" type="text" class="fr-input" name="businessName" id="im-form-create-establishment__business-name" label="Vérifiez le nom (raison sociale) de votre établissement *" aria-describedby="im-form-create-establishment__business-name-desc-error"/> - unexpected value "" - locator resolved to <input readonly required="" type="text" class="fr-input" name="businessName" id="im-form-create-establishment__business-name" label="Vérifiez le nom (raison sociale) de votre établissement *" aria-describedby="im-form-create-establishment__business-name-desc-error"/> - unexpected value "" - locator resolved to <input readonly required="" type="text" class="fr-input" name="businessName" id="im-form-create-establishment__business-name" label="Vérifiez le nom (raison sociale) de votre établissement *" aria-describedby="im-form-create-establishment__business-name-desc-error"/> - unexpected value "" - locator resolved to <input readonly required="" type="text" class="fr-input" name="businessName" id="im-form-create-establishment__business-name" label="Vérifiez le nom (raison sociale) de votre établissement *" aria-describedby="im-form-create-establishment__business-name-desc-error"/> - unexpected value "" - locator resolved to <input readonly required="" type="text" class="fr-input" name="businessName" id="im-form-create-establishment__business-name" label="Vérifiez le nom (raison sociale) de votre établissement *" aria-describedby="im-form-create-establishment__business-name-desc-error"/> - unexpected value "" - locator resolved to <input readonly required="" type="text" class="fr-input" name="businessName" id="im-form-create-establishment__business-name" label="Vérifiez le nom (raison sociale) de votre établissement *" aria-describedby="im-form-create-establishment__business-name-desc-error"/> - unexpected v
[chromium] › establishment/establishmentWorkflow.spec.ts:53:7 › Establishment creation and modification workflow › creates a new establishment: playwright/utils/utils.ts#L74
2) [chromium] › establishment/establishmentWorkflow.spec.ts:53:7 › Establishment creation and modification workflow › creates a new establishment Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: locator('#im-form-create-establishment__start-button') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 10000ms - waiting for locator('#im-form-create-establishment__start-button') at ../utils/utils.ts:74 72 | 73 | export const expectLocatorToBeVisibleAndEnabled = async (locator: Locator) => { > 74 | await expect(locator).toBeVisible(); | ^ 75 | await expect(locator).toBeEnabled(); 76 | }; 77 | at expectLocatorToBeVisibleAndEnabled (/home/runner/work/immersion-facile/immersion-facile/playwright/utils/utils.ts:74:25) at fillEstablishmentFormFirstStep (/home/runner/work/immersion-facile/immersion-facile/playwright/tests/establishment/establishmentWorkflow.spec.ts:572:43) at /home/runner/work/immersion-facile/immersion-facile/playwright/tests/establishment/establishmentWorkflow.spec.ts:54:5
fullcheck / Playwright tests
Process completed with exit code 1.
Slow Test: playwright/[chromium] › convention/conventionWorkflow.spec.ts#L1
playwright/[chromium] › convention/conventionWorkflow.spec.ts took 3.3m
Slow Test: playwright/[chromium] › dashboard/agencyWorkflow.spec.ts#L1
playwright/[chromium] › dashboard/agencyWorkflow.spec.ts took 1.2m
Slow Test: playwright/[chromium] › agency/agencyWorkflow.spec.ts#L1
playwright/[chromium] › agency/agencyWorkflow.spec.ts took 50.3s
Slow Test: playwright/[chromium] › admin/apiConsumerWorkflow.spec.ts#L1
playwright/[chromium] › admin/apiConsumerWorkflow.spec.ts took 40.6s
Slow Test: playwright/[chromium] › search/search.spec.ts#L1
playwright/[chromium] › search/search.spec.ts took 30.0s
🎭 Playwright Run Summary
1 failed [chromium] › establishment/establishmentWorkflow.spec.ts:512:9 › Establishment creation and modification workflow › Check displayed availability › in establishment form 1 flaky [chromium] › establishment/establishmentWorkflow.spec.ts:53:7 › Establishment creation and modification workflow › creates a new establishment 2 skipped 2 did not run 50 passed (4.7m)

Artifacts

Produced during runtime
Name Size
playwright-report
12.1 MB