Skip to content

Functional Test Suite (cron) #223

Functional Test Suite (cron)

Functional Test Suite (cron) #223

Triggered via schedule February 5, 2026 08:14
Status Failure
Total duration 10m 12s
Artifacts 2
Matrix: functional-tests
Fit to window
Zoom out
Zoom in

Annotations

15 errors, 2 warnings, and 2 notices
Functional tests (stage) [schedule]
Process completed with exit code 1.
[firefox (NL)] › functional-tests/tests/auth.test.ts:20:3 › Verify authentication [stage] › user sign-in flow from landing page: functional-tests/utils/fxa.ts#L26
2) [firefox (NL)] › functional-tests/tests/auth.test.ts:20:3 › Verify authentication [stage] › user sign-in flow from landing page Error: locator.click: Test timeout of 60000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Aanmelden' }).first() - locator resolved to <button tabindex="0" type="button" data-react-aria-pressable="true" class="Button-module-scss-module__XSEbYG__button Button-module-scss-module__XSEbYG__secondary Button-module-scss-module__XSEbYG__purple">Aanmelden</button> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - performing click action at ../utils/fxa.ts:26 24 | 25 | const signInButtonLabel = countryCode === "nl" ? "Aanmelden" : "Sign In"; > 26 | await page.getByRole("button", { name: signInButtonLabel }).first().click(); | ^ 27 | await waitForFxa(page); 28 | } 29 | at goToFxA (/home/runner/work/blurts-server/blurts-server/functional-tests/utils/fxa.ts:26:71) at /home/runner/work/blurts-server/blurts-server/functional-tests/tests/auth.test.ts:21:5
[firefox (NL)] › functional-tests/tests/auth.test.ts:20:3 › Verify authentication [stage] › user sign-in flow from landing page: functional-tests/tests/auth.test.ts#L0
2) [firefox (NL)] › functional-tests/tests/auth.test.ts:20:3 › Verify authentication [stage] › user sign-in flow from landing page Test timeout of 60000ms exceeded.
[global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts: functional-tests/tests/global-teardown.ts#L33
1) [global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test ended. Call log: - waiting for getByRole('button', { name: 'Open user menu' }) 31 | await page.goto(`${getBaseTestEnvUrl()}/user/settings/manage-account`); 32 | > 33 | await page.getByRole("button", { name: "Open user menu" }).click(); | ^ 34 | const manageAccountLink = page.getByRole("menuitem", { 35 | name: "Manage your ⁨Mozilla account⁩", 36 | exact: false, at deleteTestUserAccounts (/home/runner/work/blurts-server/blurts-server/functional-tests/tests/global-teardown.ts:33:64) at /home/runner/work/blurts-server/blurts-server/functional-tests/tests/global-teardown.ts:75:3
[global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts: functional-tests/tests/global-teardown.ts#L0
1) [global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 180000ms exceeded.
[global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts: functional-tests/tests/global-teardown.ts#L50
1) [global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts Error: page.waitForURL: Test ended. =========================== logs =========================== waiting for navigation to "https://monitor-stage.allizom.org/en" until "load" navigated to "https://monitor-stage.allizom.org/en/user/settings/manage-account" navigated to "https://monitor-stage.allizom.org/en/auth/logout" navigated to "https://monitor-stage.allizom.org/en/auth/logout" ============================================================ 48 | }); 49 | await deleteButtonConfirm.click(); > 50 | await page.waitForURL(`${getBaseTestEnvUrl()}/en`); | ^ 51 | 52 | await page.goto(manageFxaAccountUrl!); 53 | await page.getByRole("link", { name: "Delete Account" }).click(); at deleteTestUserAccounts (/home/runner/work/blurts-server/blurts-server/functional-tests/tests/global-teardown.ts:50:16) at /home/runner/work/blurts-server/blurts-server/functional-tests/tests/global-teardown.ts:75:3
[global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts: functional-tests/tests/global-teardown.ts#L0
1) [global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts Test timeout of 180000ms exceeded.
Functional tests (production) [schedule]
The strategy configuration was canceled because "functional-tests.stage" failed
Functional tests (production) [schedule]
The operation was canceled.
[firefox (NL)] › functional-tests/tests/auth.test.ts:20:3 › Verify authentication [production] › user sign-in flow from landing page: functional-tests/utils/fxa.ts#L26
2) [firefox (NL)] › functional-tests/tests/auth.test.ts:20:3 › Verify authentication [production] › user sign-in flow from landing page Error: locator.click: Test timeout of 60000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Aanmelden' }).first() - locator resolved to <button tabindex="0" type="button" data-react-aria-pressable="true" class="Button-module-scss-module__XSEbYG__button Button-module-scss-module__XSEbYG__secondary Button-module-scss-module__XSEbYG__purple">Aanmelden</button> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling - performing click action at ../utils/fxa.ts:26 24 | 25 | const signInButtonLabel = countryCode === "nl" ? "Aanmelden" : "Sign In"; > 26 | await page.getByRole("button", { name: signInButtonLabel }).first().click(); | ^ 27 | await waitForFxa(page); 28 | } 29 | at goToFxA (/home/runner/work/blurts-server/blurts-server/functional-tests/utils/fxa.ts:26:71) at /home/runner/work/blurts-server/blurts-server/functional-tests/tests/auth.test.ts:21:5
[firefox (NL)] › functional-tests/tests/auth.test.ts:20:3 › Verify authentication [production] › user sign-in flow from landing page: functional-tests/tests/auth.test.ts#L0
2) [firefox (NL)] › functional-tests/tests/auth.test.ts:20:3 › Verify authentication [production] › user sign-in flow from landing page Test timeout of 60000ms exceeded.
[global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts: functional-tests/tests/global-teardown.ts#L33
1) [global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test ended. Call log: - waiting for getByRole('button', { name: 'Open user menu' }) 31 | await page.goto(`${getBaseTestEnvUrl()}/user/settings/manage-account`); 32 | > 33 | await page.getByRole("button", { name: "Open user menu" }).click(); | ^ 34 | const manageAccountLink = page.getByRole("menuitem", { 35 | name: "Manage your ⁨Mozilla account⁩", 36 | exact: false, at deleteTestUserAccounts (/home/runner/work/blurts-server/blurts-server/functional-tests/tests/global-teardown.ts:33:64) at /home/runner/work/blurts-server/blurts-server/functional-tests/tests/global-teardown.ts:75:3
[global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts: functional-tests/tests/global-teardown.ts#L0
1) [global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 180000ms exceeded.
[global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts: functional-tests/tests/global-teardown.ts#L50
1) [global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts Error: page.waitForURL: Test ended. =========================== logs =========================== waiting for navigation to "https://monitor.mozilla.org/en" until "load" navigated to "https://monitor.mozilla.org/en/user/settings/manage-account" navigated to "https://monitor.mozilla.org/en/auth/logout" navigated to "https://monitor.mozilla.org/en/auth/logout" ============================================================ 48 | }); 49 | await deleteButtonConfirm.click(); > 50 | await page.waitForURL(`${getBaseTestEnvUrl()}/en`); | ^ 51 | 52 | await page.goto(manageFxaAccountUrl!); 53 | await page.getByRole("link", { name: "Delete Account" }).click(); at deleteTestUserAccounts (/home/runner/work/blurts-server/blurts-server/functional-tests/tests/global-teardown.ts:50:16) at /home/runner/work/blurts-server/blurts-server/functional-tests/tests/global-teardown.ts:75:3
[global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts: functional-tests/tests/global-teardown.ts#L0
1) [global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts Test timeout of 180000ms exceeded.
Functional tests (stage) [schedule]
No files were found with the provided path: src/functional-tests/test-results/. No artifacts will be uploaded.
Functional tests (production) [schedule]
No files were found with the provided path: src/functional-tests/test-results/. No artifacts will be uploaded.
🎭 Playwright Run Summary
1 failed [global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts ─ 1 flaky [firefox (NL)] › functional-tests/tests/auth.test.ts:20:3 › Verify authentication [stage] › user sign-in flow from landing page 48 passed (9.1m)
🎭 Playwright Run Summary
1 failed [global-teardown] › functional-tests/tests/global-teardown.ts:71:1 › Delete test user accounts ─ 1 flaky [firefox (NL)] › functional-tests/tests/auth.test.ts:20:3 › Verify authentication [production] › user sign-in flow from landing page 48 passed (9.2m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report-production Expired
17.7 MB
sha256:d8430d010aa2fe0a82d68e81038970b8006739be9049c465e220c94ed7e31c74
playwright-report-stage Expired
18 MB
sha256:f871f6feaaf1e434c5abd9dd1ec70da02a7fb90552d97d68467a1fbab89b4c75