Bump fast-uri from 3.1.0 to 3.1.2 #110
Annotations
10 errors, 1 warning, and 1 notice
|
|
|
src/e2e/join.spec.ts#L418
3) [chromium] › src/e2e/join.spec.ts:393:7 › join › should allow completing registration after filling the last step and going back to change earlier answers
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
416 | await getCheckbox(page, /Slack Community Guidelines/).check();
417 | await page.getByTestId(REGISTRATION_FORM_INITIAL_SUBMIT_BUTTON).click();
> 418 | await page.waitForURL(/\/join\/form/, { timeout: 30000 });
| ^
419 |
420 | // Step 1: Professional Details
421 | await page.getByLabel('Employment Status*').fill('Full-Time');
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:418:16
|
|
src/e2e/join.spec.ts#L418
3) [chromium] › src/e2e/join.spec.ts:393:7 › join › should allow completing registration after filling the last step and going back to change earlier answers
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
416 | await getCheckbox(page, /Slack Community Guidelines/).check();
417 | await page.getByTestId(REGISTRATION_FORM_INITIAL_SUBMIT_BUTTON).click();
> 418 | await page.waitForURL(/\/join\/form/, { timeout: 30000 });
| ^
419 |
420 | // Step 1: Professional Details
421 | await page.getByLabel('Employment Status*').fill('Full-Time');
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:418:16
|
|
src/e2e/join.spec.ts#L418
3) [chromium] › src/e2e/join.spec.ts:393:7 › join › should allow completing registration after filling the last step and going back to change earlier answers
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
416 | await getCheckbox(page, /Slack Community Guidelines/).check();
417 | await page.getByTestId(REGISTRATION_FORM_INITIAL_SUBMIT_BUTTON).click();
> 418 | await page.waitForURL(/\/join\/form/, { timeout: 30000 });
| ^
419 |
420 | // Step 1: Professional Details
421 | await page.getByLabel('Employment Status*').fill('Full-Time');
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:418:16
|
|
src/e2e/join.spec.ts#L321
2) [chromium] › src/e2e/join.spec.ts:309:7 › join › should be able to register with valid data ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
319 | await page.getByTestId(REGISTRATION_FORM_INITIAL_SUBMIT_BUTTON).click();
320 |
> 321 | await page.waitForURL(/\/join\/form/, { timeout: 30000 });
| ^
322 | await expect(page.locator('h1')).toHaveText('Update Profile');
323 |
324 | // Professional Details
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:321:16
|
|
src/e2e/join.spec.ts#L321
2) [chromium] › src/e2e/join.spec.ts:309:7 › join › should be able to register with valid data ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
319 | await page.getByTestId(REGISTRATION_FORM_INITIAL_SUBMIT_BUTTON).click();
320 |
> 321 | await page.waitForURL(/\/join\/form/, { timeout: 30000 });
| ^
322 | await expect(page.locator('h1')).toHaveText('Update Profile');
323 |
324 | // Professional Details
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:321:16
|
|
src/e2e/join.spec.ts#L321
2) [chromium] › src/e2e/join.spec.ts:309:7 › join › should be able to register with valid data ───
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
319 | await page.getByTestId(REGISTRATION_FORM_INITIAL_SUBMIT_BUTTON).click();
320 |
> 321 | await page.waitForURL(/\/join\/form/, { timeout: 30000 });
| ^
322 | await expect(page.locator('h1')).toHaveText('Update Profile');
323 |
324 | // Professional Details
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:321:16
|
|
src/e2e/join.spec.ts#L23
1) [chromium] › src/e2e/join.spec.ts:137:7 › join › should NOT be able to register with an existing email
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-slot="field-error"], [data-slot="alert"]').filter({ hasText: 'This email has already been registered with an application.' }).first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-slot="field-error"], [data-slot="alert"]').filter({ hasText: 'This email has already been registered with an application.' }).first()
21 | ) => {
22 | const alerts = page.locator('[data-slot="field-error"], [data-slot="alert"]');
> 23 | await expect(alerts.filter({ hasText: errorMessage }).first()).toBeVisible();
| ^
24 | };
25 |
26 | const assertFailedLogin = async (
at assertError (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:23:66)
at assertFailedLogin (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:32:9)
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:146:5
|
|
src/e2e/join.spec.ts#L23
1) [chromium] › src/e2e/join.spec.ts:137:7 › join › should NOT be able to register with an existing email
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-slot="field-error"], [data-slot="alert"]').filter({ hasText: 'This email has already been registered with an application.' }).first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-slot="field-error"], [data-slot="alert"]').filter({ hasText: 'This email has already been registered with an application.' }).first()
21 | ) => {
22 | const alerts = page.locator('[data-slot="field-error"], [data-slot="alert"]');
> 23 | await expect(alerts.filter({ hasText: errorMessage }).first()).toBeVisible();
| ^
24 | };
25 |
26 | const assertFailedLogin = async (
at assertError (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:23:66)
at assertFailedLogin (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:32:9)
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:146:5
|
|
src/e2e/join.spec.ts#L23
1) [chromium] › src/e2e/join.spec.ts:137:7 › join › should NOT be able to register with an existing email
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-slot="field-error"], [data-slot="alert"]').filter({ hasText: 'This email has already been registered with an application.' }).first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-slot="field-error"], [data-slot="alert"]').filter({ hasText: 'This email has already been registered with an application.' }).first()
21 | ) => {
22 | const alerts = page.locator('[data-slot="field-error"], [data-slot="alert"]');
> 23 | await expect(alerts.filter({ hasText: errorMessage }).first()).toBeVisible();
| ^
24 | };
25 |
26 | const assertFailedLogin = async (
at assertError (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:23:66)
at assertFailedLogin (/home/runner/work/front-end/front-end/src/e2e/join.spec.ts:32:9)
at /home/runner/work/front-end/front-end/src/e2e/join.spec.ts:146:5
|
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@v7, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
3 failed
[chromium] › src/e2e/join.spec.ts:137:7 › join › should NOT be able to register with an existing email
[chromium] › src/e2e/join.spec.ts:309:7 › join › should be able to register with valid data ────
[chromium] › src/e2e/join.spec.ts:393:7 › join › should allow completing registration after filling the last step and going back to change earlier answers
3 skipped
20 passed (2.4m)
|
The logs for this run have expired and are no longer available.
Loading