Feat new resources page build (#256) #176
Annotations
3 errors, 2 warnings, and 1 notice
[webkit] › pages/about-page.spec.js:7:1 › should render partnership modal when partner with us btn is clicked:
tests/pages/about-page.spec.js#L17
1) [webkit] › pages/about-page.spec.js:7:1 › should render partnership modal when partner with us btn is clicked
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('div[data-testid="partner-popup"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('div[data-testid="partner-popup"]')
15 | const popupTestId = "partner-popup";
16 | const popup = await page.locator(`div[data-testid="${popupTestId}"]`);
> 17 | await expect(popup).toBeVisible();
| ^
18 | });
19 |
at /home/runner/work/SYT-Web-Redesign/SYT-Web-Redesign/tests/pages/about-page.spec.js:17:23
|
[webkit] › pages/landing-page.spec.js:12:3 › Landing page tests › should open modal on 'Join SpaceYaTech' button click:
tests/pages/landing-page.spec.js#L1
2) [webkit] › pages/landing-page.spec.js:12:3 › Landing page tests › should open modal on 'Join SpaceYaTech' button click
Test timeout of 30000ms exceeded.
|
[webkit] › pages/landing-page.spec.js:12:3 › Landing page tests › should open modal on 'Join SpaceYaTech' button click:
tests/pages/landing-page.spec.js#L15
2) [webkit] › pages/landing-page.spec.js:12:3 › Landing page tests › should open modal on 'Join SpaceYaTech' button click
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('id=hero-join-button')
13 | page,
14 | }) => {
> 15 | await page.locator("id=hero-join-button").click();
| ^
16 |
17 | // Expect the modal to be visible
18 | await expect(
at /home/runner/work/SYT-Web-Redesign/SYT-Web-Redesign/tests/pages/landing-page.spec.js:15:47
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
2 flaky
[webkit] › pages/about-page.spec.js:7:1 › should render partnership modal when partner with us btn is clicked
[webkit] › pages/landing-page.spec.js:12:3 › Landing page tests › should open modal on 'Join SpaceYaTech' button click
10 passed (60.0s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
5.77 MB |
|