Fixes #236: (test) add unit and e2e tests to about us page components #154
Annotations
1 error, 2 warnings, and 1 notice
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
|
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/
|
|
The logs for this run have expired and are no longer available.
Loading