Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0 #2825
Annotations
4 errors, 20 warnings, and 8 notices
[chromium] › fire-button.spec.js:225:13 › Fire Button › burn › exempts duckduckgo.com cookies:
integration-test/fire-button.spec.js#L244
1) [chromium] › fire-button.spec.js:225:13 › Fire Button › burn › exempts duckduckgo.com cookies ─
Error: expect(received).toMatchObject(expected)
- Expected - 0
+ Received + 181
Array [
Object {
+ "domain": "privacy-test-pages.site",
+ "expires": 1737976000.674726,
+ "httpOnly": false,
+ "name": "jsdata",
+ "path": "/privacy-protections/storage-blocking",
+ "sameSite": "Lax",
+ "secure": true,
+ "value": "433",
+ },
+ Object {
+ "domain": "privacy-test-pages.site",
+ "expires": 1737976000.675023,
+ "httpOnly": false,
+ "name": "tptdata",
+ "path": "/privacy-protections/storage-blocking",
+ "sameSite": "Lax",
+ "secure": false,
+ "value": "433",
+ },
+ Object {
+ "domain": "privacy-test-pages.site",
+ "expires": 1737976000.675319,
+ "httpOnly": false,
+ "name": "tpsdata",
+ "path": "/privacy-protections/storage-blocking",
+ "sameSite": "Lax",
+ "secure": false,
+ "value": "433",
+ },
+ Object {
+ "domain": "good.third-party.site",
+ "expires": 1737976000.75776,
+ "httpOnly": false,
+ "name": "tptdata",
+ "path": "/privacy-protections/storage-blocking",
+ "sameSite": "Lax",
+ "secure": false,
+ "value": "122",
+ },
+ Object {
+ "domain": "good.third-party.site",
+ "expires": 1737976000.759775,
+ "httpOnly": false,
+ "name": "tpsdata",
+ "path": "/privacy-protections/storage-blocking",
+ "sameSite": "Lax",
+ "secure": false,
+ "value": "122",
+ },
+ Object {
+ "domain": "good.third-party.site",
+ "expires": 1737976001.517441,
+ "httpOnly": false,
+ "name": "jsdata",
+ "path": "/privacy-protections/storage-blocking",
+ "sameSite": "None",
+ "secure": true,
+ "value": "122",
+ },
+ Object {
+ "domain": "broken.third-party.site",
+ "expires": 1737976001.561196,
+ "httpOnly": false,
+ "name": "jsdata",
+ "path": "/privacy-protections/storage-blocking",
+ "sameSite": "None",
+ "secure": true,
+ "value": "122",
+ },
+ Object {
"domain": "duckduckgo.com",
+ "expires": -1,
"httpOnly": false,
"name": "ae",
"path": "/",
"sameSite": "Lax",
"secure": true,
"value": "d",
+ },
+ Object {
+ "domain": "privacy-test-pages.site",
+ "expires": 1771931200.669908,
+ "httpOnly": false,
+ "name": "cookiestoredata",
+ "path": "/",
+ "sameSite": "Strict",
+ "secure": true,
+ "value": "433",
+ },
+ Object {
+ "domain": "good.third-party.site",
+ "expires": 1771931201.476193,
+ "httpOnly": false,
+ "name": "cookiestoredata",
+ "path": "/",
+ "sameSite": "Strict",
+ "secure": true,
+ "value": "122",
+ },
+ Object {
+ "domain": "privacy-test-pages.site",
+ "expires": 1738235200.803582,
+ "httpOnly": true,
+ "name": "top_firstparty_headerdata",
+ "path": "/",
+ "sameSite": "None",
+ "secure": true,
+ "value": "433",
+ },
+ Object {
+ "domain": "good.third-party.site",
+ "expires": 1738235200.83116,
+ "httpOnly": true,
+ "name": "top_thirdparty_headerdata",
+ "path": "/",
+ "sameSite": "None",
+ "secure": true,
+ "value": "433",
+ },
+ Object {
+ "domain": "good.third-party.site",
+ "expires": 1738235200.842252,
+ "httpOnly": true,
+ "name": "top_firstparty_headerdata",
+ "path": "/",
+ "sameSite": "None",
+ "secure": true,
+ "value": "122",
+
|
[chromium] › gpc.spec.js:17:5 › Ensure GPC is injected into frames:
integration-test/gpc.spec.js#L38
2) [chromium] › gpc.spec.js:17:5 › Ensure GPC is injected into frames ────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: undefined
36 | const gpc2 = await getGPCValueOfContext(iframeInstance);
37 |
> 38 | expect(gpc).toEqual(true);
| ^
39 | expect(gpc).toEqual(gpc2);
40 | }
41 |
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/gpc.spec.js:38:21
|
[chromium] › request-blocking.spec.js:194:9 › Test request blocking › protection toggle disables blocking:
integration-test/request-blocking.spec.js#L1
1) [chromium] › request-blocking.spec.js:194:9 › Test request blocking › protection toggle disables blocking
Test timeout of 30000ms exceeded.
|
[chromium] › request-blocking.spec.js:194:9 › Test request blocking › protection toggle disables blocking:
integration-test/request-blocking.spec.js#L1
1) [chromium] › request-blocking.spec.js:194:9 › Test request blocking › protection toggle disables blocking
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
build (22, ubuntu-latest, release-firefox)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (22, ubuntu-latest, release-chrome)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-tests (playwright-mv2, 2/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-tests (playwright-mv2, 2/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright-mv2, 1/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-tests (playwright-mv2, 1/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright-mv2, 4/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-tests (playwright-mv2, 4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright, 2/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-tests (playwright, 2/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright, 1/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-tests (playwright, 1/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright-mv2, 3/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-tests (playwright-mv2, 3/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright, 3/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-tests (playwright, 3/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright, 4/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-tests (playwright, 4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Slow Test:
[chromium] › storage-blocking.spec.js#L1
[chromium] › storage-blocking.spec.js took 46.6s
|
🎭 Playwright Run Summary
3 skipped
14 passed (40.5s)
|
🎭 Playwright Run Summary
2 skipped
15 passed (42.5s)
|
🎭 Playwright Run Summary
16 passed (48.4s)
|
🎭 Playwright Run Summary
3 skipped
12 passed (39.5s)
|
🎭 Playwright Run Summary
2 skipped
14 passed (40.5s)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › fire-button.spec.js:225:13 › Fire Button › burn › exempts duckduckgo.com cookies ──
[chromium] › gpc.spec.js:17:5 › Ensure GPC is injected into frames ─────────────────────────────
14 passed (57.8s)
|
🎭 Playwright Run Summary
15 passed (46.5s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › request-blocking.spec.js:194:9 › Test request blocking › protection toggle disables blocking
14 passed (1.4m)
|