chore(deps): update dependency @playwright/test to v1.60.0 #442
Annotations
10 errors, 4 warnings, and 1 notice
|
[chromium] › tests/auth.spec.ts:27:1 › sign-out should work:
tests/ExtensionPage.ts#L30
3) [chromium] › tests/auth.spec.ts:27:1 › sign-out should work ───────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('signin-with-google-button') to be visible
at ExtensionPage.ts:30
28 | async signOut(): Promise<void> {
29 | await this.page.getByTestId("signout-button").click();
> 30 | await this.page.getByTestId("signin-with-google-button").waitFor();
| ^
31 | }
32 |
33 | hasUnauthorizedWarning(): Promise<boolean> {
at ExtensionPage.signOut (/home/runner/work/crx-gcal-url-opener/crx-gcal-url-opener/tests/ExtensionPage.ts:30:62)
at /home/runner/work/crx-gcal-url-opener/crx-gcal-url-opener/tests/auth.spec.ts:35:3
|
|
[chromium] › tests/auth.spec.ts:27:1 › sign-out should work:
tests/auth.spec.ts#L0
3) [chromium] › tests/auth.spec.ts:27:1 › sign-out should work ───────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/auth.spec.ts:27:1 › sign-out should work:
tests/ExtensionPage.ts#L30
3) [chromium] › tests/auth.spec.ts:27:1 › sign-out should work ───────────────────────────────────
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('signin-with-google-button') to be visible
at ExtensionPage.ts:30
28 | async signOut(): Promise<void> {
29 | await this.page.getByTestId("signout-button").click();
> 30 | await this.page.getByTestId("signin-with-google-button").waitFor();
| ^
31 | }
32 |
33 | hasUnauthorizedWarning(): Promise<boolean> {
at ExtensionPage.signOut (/home/runner/work/crx-gcal-url-opener/crx-gcal-url-opener/tests/ExtensionPage.ts:30:62)
at /home/runner/work/crx-gcal-url-opener/crx-gcal-url-opener/tests/auth.spec.ts:35:3
|
|
[chromium] › tests/auth.spec.ts:27:1 › sign-out should work:
tests/auth.spec.ts#L0
3) [chromium] › tests/auth.spec.ts:27:1 › sign-out should work ───────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/auth.spec.ts:13:1 › The sign-in button should not be visible if already signed-in:
tests/auth.spec.ts#L24
2) [chromium] › tests/auth.spec.ts:13:1 › The sign-in button should not be visible if already signed-in
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
57 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 57 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 57 pixels (ratio 0.01 of all image pixels) are different.
22 | });
23 | await expect(await extPage.hasUnauthorizedWarning()).toEqual(false);
> 24 | await expect(extPage.page).toHaveScreenshot();
| ^
25 | });
26 |
27 | test("sign-out should work", async ({ page, extensionId }) => {
at /home/runner/work/crx-gcal-url-opener/crx-gcal-url-opener/tests/auth.spec.ts:24:30
|
|
[chromium] › tests/auth.spec.ts:13:1 › The sign-in button should not be visible if already signed-in:
tests/auth.spec.ts#L24
2) [chromium] › tests/auth.spec.ts:13:1 › The sign-in button should not be visible if already signed-in
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
57 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 57 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 57 pixels (ratio 0.01 of all image pixels) are different.
22 | });
23 | await expect(await extPage.hasUnauthorizedWarning()).toEqual(false);
> 24 | await expect(extPage.page).toHaveScreenshot();
| ^
25 | });
26 |
27 | test("sign-out should work", async ({ page, extensionId }) => {
at /home/runner/work/crx-gcal-url-opener/crx-gcal-url-opener/tests/auth.spec.ts:24:30
|
|
[chromium] › tests/auth.spec.ts:13:1 › The sign-in button should not be visible if already signed-in:
tests/auth.spec.ts#L24
2) [chromium] › tests/auth.spec.ts:13:1 › The sign-in button should not be visible if already signed-in
Error: expect(page).toHaveScreenshot(expected) failed
57 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 57 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 57 pixels (ratio 0.01 of all image pixels) are different.
22 | });
23 | await expect(await extPage.hasUnauthorizedWarning()).toEqual(false);
> 24 | await expect(extPage.page).toHaveScreenshot();
| ^
25 | });
26 |
27 | test("sign-out should work", async ({ page, extensionId }) => {
at /home/runner/work/crx-gcal-url-opener/crx-gcal-url-opener/tests/auth.spec.ts:24:30
|
|
[chromium] › tests/auth.spec.ts:4:1 › The sign-in button should be visible on the first view:
tests/auth.spec.ts#L10
1) [chromium] › tests/auth.spec.ts:4:1 › The sign-in button should be visible on the first view ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
57 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 57 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 57 pixels (ratio 0.01 of all image pixels) are different.
8 | const extPage = await ExtensionPage.from(page, extensionId);
9 | await expect(await extPage.hasUnauthorizedWarning()).toEqual(true);
> 10 | await expect(extPage.page).toHaveScreenshot();
| ^
11 | });
12 |
13 | test("The sign-in button should not be visible if already signed-in", async ({
at /home/runner/work/crx-gcal-url-opener/crx-gcal-url-opener/tests/auth.spec.ts:10:30
|
|
[chromium] › tests/auth.spec.ts:4:1 › The sign-in button should be visible on the first view:
tests/auth.spec.ts#L10
1) [chromium] › tests/auth.spec.ts:4:1 › The sign-in button should be visible on the first view ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
57 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 57 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 57 pixels (ratio 0.01 of all image pixels) are different.
8 | const extPage = await ExtensionPage.from(page, extensionId);
9 | await expect(await extPage.hasUnauthorizedWarning()).toEqual(true);
> 10 | await expect(extPage.page).toHaveScreenshot();
| ^
11 | });
12 |
13 | test("The sign-in button should not be visible if already signed-in", async ({
at /home/runner/work/crx-gcal-url-opener/crx-gcal-url-opener/tests/auth.spec.ts:10:30
|
|
[chromium] › tests/auth.spec.ts:4:1 › The sign-in button should be visible on the first view:
tests/auth.spec.ts#L10
1) [chromium] › tests/auth.spec.ts:4:1 › The sign-in button should be visible on the first view ──
Error: expect(page).toHaveScreenshot(expected) failed
57 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 57 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 57 pixels (ratio 0.01 of all image pixels) are different.
8 | const extPage = await ExtensionPage.from(page, extensionId);
9 | await expect(await extPage.hasUnauthorizedWarning()).toEqual(true);
> 10 | await expect(extPage.page).toHaveScreenshot();
| ^
11 | });
12 |
13 | test("The sign-in button should not be visible if already signed-in", async ({
at /home/runner/work/crx-gcal-url-opener/crx-gcal-url-opener/tests/auth.spec.ts:10:30
|
|
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@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/
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@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/
|
|
e2e
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@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/
|
|
e2e
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
5 failed
[chromium] › tests/auth.spec.ts:4:1 › The sign-in button should be visible on the first view ───
[chromium] › tests/auth.spec.ts:13:1 › The sign-in button should not be visible if already signed-in
[chromium] › tests/auth.spec.ts:27:1 › sign-out should work ────────────────────────────────────
[chromium] › tests/events.spec.ts:4:1 › List events in order of start time ─────────────────────
[chromium] › tests/events.spec.ts:51:1 › List past events correctly ────────────────────────────
|