fix: addresses several ui issues in shop #164
Annotations
2 errors, 2 warnings, and 1 notice
Run Playwright tests:
tests/pages/landing-page.spec.js#L1
1) [webkit] › pages/landing-page.spec.js:12:3 › Landing page tests › should open modal on 'Join SpaceYaTech' button click
Test timeout of 30000ms exceeded.
|
Run Playwright tests:
tests/pages/landing-page.spec.js#L15
1) [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
|
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Playwright tests
1 flaky
[webkit] › pages/landing-page.spec.js:12:3 › Landing page tests › should open modal on 'Join SpaceYaTech' button click
9 passed (50.6s)
|
Loading