Bump up lib versions #97
Annotations
10 errors and 1 notice
|
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section:
e2e/hero-header.spec.ts#L11
2) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'About us' })
- waiting for" http://localhost:3000/" navigation to finish...
- navigated to "http://localhost:3000/"
9 | page,
10 | }) => {
> 11 | await page.getByRole('link', { name: 'About us' }).click();
| ^
12 | await expect(page).toHaveURL('/#about-us');
13 | });
14 |
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:11:56
|
|
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section:
e2e/hero-header.spec.ts#L0
2) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section:
e2e/hero-header.spec.ts#L11
2) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'About us' })
- waiting for" http://localhost:3000/" navigation to finish...
- navigated to "http://localhost:3000/"
9 | page,
10 | }) => {
> 11 | await page.getByRole('link', { name: 'About us' }).click();
| ^
12 | await expect(page).toHaveURL('/#about-us');
13 | });
14 |
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/hero-header.spec.ts:11:56
|
|
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section:
e2e/hero-header.spec.ts#L0
2) [chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section
Test timeout of 30000ms exceeded.
|
|
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked:
e2e/events.spec.ts#L17
1) [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'See More' })
15 | context.waitForEvent('page'),
16 | page.waitForLoadState(),
> 17 | page.getByRole('link', { name: 'See More' }).click(),
| ^
18 | ]);
19 | await expect(newPage).toHaveURL(
20 | 'https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events'
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/events.spec.ts:17:52
|
|
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked:
e2e/events.spec.ts#L0
1) [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked:
e2e/events.spec.ts#L17
1) [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'See More' })
15 | context.waitForEvent('page'),
16 | page.waitForLoadState(),
> 17 | page.getByRole('link', { name: 'See More' }).click(),
| ^
18 | ]);
19 | await expect(newPage).toHaveURL(
20 | 'https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events'
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/events.spec.ts:17:52
|
|
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked:
e2e/events.spec.ts#L0
1) [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked:
e2e/events.spec.ts#L17
1) [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'See More' })
15 | context.waitForEvent('page'),
16 | page.waitForLoadState(),
> 17 | page.getByRole('link', { name: 'See More' }).click(),
| ^
18 | ]);
19 | await expect(newPage).toHaveURL(
20 | 'https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events'
at /home/runner/work/reactdevske-website/reactdevske-website/e2e/events.spec.ts:17:52
|
|
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked:
e2e/events.spec.ts#L0
1) [chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked
Test timeout of 30000ms exceeded.
|
|
🎭 Playwright Run Summary
33 failed
[chromium] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked
[chromium] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section
[chromium] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section
[chromium] › e2e/hero-header.spec.ts:20:7 › Test Hero Header Navigation Links › Contact link should navigate to Contact Us section
[chromium] › e2e/hero-header.spec.ts:27:7 › Test Hero Header Navigation Links › Join Community link should open google form in new tab
[chromium] › e2e/hero-header.spec.ts:43:7 › Test Hero Header Navigation Links › Join ReactDevsKe link should open google form in new tab
[chromium] › e2e/home.spec.ts:8:7 › Home page tests › should show the title ────────────────────
[chromium] › e2e/home.spec.ts:14:7 › Home page tests › should show 'Join Community' button ─────
[chromium] › e2e/home.spec.ts:20:7 › Home page tests › should show About Us section ────────────
[chromium] › e2e/home.spec.ts:24:7 › Home page tests › should show Mission Pillars section ─────
[chromium] › e2e/home.spec.ts:30:7 › Home page tests › should show Events section ──────────────
[chromium] › e2e/home.spec.ts:34:7 › Home page tests › should show Contact Us section ──────────
[firefox] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked
[firefox] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section
[firefox] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section
[firefox] › e2e/hero-header.spec.ts:20:7 › Test Hero Header Navigation Links › Contact link should navigate to Contact Us section
[firefox] › e2e/hero-header.spec.ts:27:7 › Test Hero Header Navigation Links › Join Community link should open google form in new tab
[firefox] › e2e/hero-header.spec.ts:43:7 › Test Hero Header Navigation Links › Join ReactDevsKe link should open google form in new tab
[firefox] › e2e/home.spec.ts:8:7 › Home page tests › should show the title ─────────────────────
[firefox] › e2e/home.spec.ts:14:7 › Home page tests › should show 'Join Community' button ──────
[firefox] › e2e/home.spec.ts:20:7 › Home page tests › should show About Us section ─────────────
[firefox] › e2e/home.spec.ts:24:7 › Home page tests › should show Mission Pillars section ──────
[firefox] › e2e/home.spec.ts:30:7 › Home page tests › should show Events section ───────────────
[firefox] › e2e/home.spec.ts:34:7 › Home page tests › should show Contact Us section ───────────
[webkit] › e2e/events.spec.ts:8:7 › Test if see more link is clickable › should navigate to the correct URL when See More is clicked
[webkit] › e2e/hero-header.spec.ts:8:7 › Test Hero Header Navigation Links › About us link should navigate to about us section
[webkit] › e2e/hero-header.spec.ts:15:7 › Test Hero Header Navigation Links › Events link should navigate to Events section
[webkit] › e2e/hero-header.spec.ts:20:7 › Test Hero Header Navigation Links › Contact link should navigate to Contact Us section
[webkit] › e2e/hero-header.spec.ts:27:7 › Test Hero Header Navigation Links › Join Community link should open google form in new tab
[webkit] › e2e/hero-header.spec.ts:43:7 › Test Hero Header Navigation Links › Join ReactDevsKe link should open google form in new tab
[webkit] › e2e/home.spec.ts:8:7 › Home page tests › should show the title ──────────────────────
[webkit] › e2e/home.spec.ts:14:7 › Home page tests › should show 'Join Community' button ───────
[webkit] › e2e/home.spec.ts:34:7 › Home page tests › should show Contact Us section ────────────
3 passed (36.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
20.7 MB |
sha256:ff22e1cbd3f9ef705036a08d0067340b89f6ac29c26c75c9ea1b4d6ffe4a56a0
|
|