CRON Frontend E2E Nightly Against PROD #457
Annotations
1 error, 6 warnings, and 1 notice
[E2E_NIGHTLY] › care_avoidance_due_cost.nightly.spec.ts:3:1 › Care Avoidance Due To Cost:
frontend/playwright-tests/care_avoidance_due_cost.nightly.spec.ts#L7
1) [E2E_NIGHTLY] › care_avoidance_due_cost.nightly.spec.ts:3:1 › Care Avoidance Due To Cost ──────
Error: locator.click: Error: strict mode violation: getByRole('button', { name: 'Race/Ethnicity', exact: true }) resolved to 3 elements:
1) <button tabindex="0" type="button" aria-haspopup="menu" class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButton-colorPrimary MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButton-colorPrimary mx-4 my-1 min-w-[80px] border border-altGreen border-solid py-0 pr-1 pl-3 font-medium text-altGreen text-fluidMadLib shadow-raised-tighter css-d5yyhp">…</button> aka locator('#madlib-box').getByRole('button', { name: 'Race/Ethnicity' })
2) <button type="button" aria-label="Race/Ethnicity" class="mt-1 mr-2 rounded-sm border-none bg-tinyTagGray px-2 py-1 font-bold font-sansTitle text-black text-tinyTag uppercase no-underline hover:cursor-pointer hover:bg-hoverTinyTagGray">Race/Ethnicity</button> aka getByRole('article', { name: 'HIV by Race/Ethnicity' }).getByLabel('Race/Ethnicity', { exact: true })
3) <button type="button" aria-label="Race/Ethnicity" class="mt-1 mr-2 rounded-sm border-none bg-tinyTagGray px-2 py-1 font-bold font-sansTitle text-black text-tinyTag uppercase no-underline hover:cursor-pointer hover:bg-hoverTinyTagGray">Race/Ethnicity</button> aka getByRole('article', { name: 'Prison & Poverty in Georgia' }).getByLabel('Race/Ethnicity')
Call log:
- waiting for getByRole('button', { name: 'Race/Ethnicity', exact: true })
5 | await page
6 | .getByRole('button', { name: 'Race/Ethnicity', exact: true })
> 7 | .click()
| ^
8 | await page.locator('.MuiBackdrop-root').click()
9 |
10 | await page.getByText('Off').nth(1).click()
at /home/runner/work/health-equity-tracker/health-equity-tracker/frontend/playwright-tests/care_avoidance_due_cost.nightly.spec.ts:7:6
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
frontend/[E2E_NIGHTLY] › hiv_care.nightly.spec.ts#L1
frontend/[E2E_NIGHTLY] › hiv_care.nightly.spec.ts took 29.0s
|
Slow Test:
frontend/[E2E_NIGHTLY] › ccb_adherence.nightly.spec.ts#L1
frontend/[E2E_NIGHTLY] › ccb_adherence.nightly.spec.ts took 22.7s
|
Slow Test:
frontend/[E2E_NIGHTLY] › bb_ami.nightly.spec.ts#L1
frontend/[E2E_NIGHTLY] › bb_ami.nightly.spec.ts took 21.1s
|
Slow Test:
frontend/[E2E_NIGHTLY] › medicare_hiv.spec.ts#L1
frontend/[E2E_NIGHTLY] › medicare_hiv.spec.ts took 20.7s
|
Slow Test:
frontend/[E2E_NIGHTLY] › asthma.ci.spec.ts#L1
frontend/[E2E_NIGHTLY] › asthma.ci.spec.ts took 16.7s
|
🎭 Playwright Run Summary
1 flaky
[E2E_NIGHTLY] › care_avoidance_due_cost.nightly.spec.ts:3:1 › Care Avoidance Due To Cost ───────
73 passed (3.2m)
|