All tests with extension build beeep-autofill-debug by @bw-ghapp[bot] #2093
Triggered via repository dispatch
February 6, 2026 17:57
bw-ghapp[bot]
trigger-bit-tests
f5b7df4
Status
Failure
Total duration
11m 46s
Artifacts
1
test-all-custom-flags.yml
on: repository_dispatch
Build and test
11m 41s
Annotations
6 errors and 1 notice
|
Build and test
Process completed with exit code 1.
|
|
[chromium] › tests/static/notifications.spec.ts:34:7 › Extension triggers a notification when a page form is submitted with non-stored values › Log in to the vault:
tests/utils.ts#L68
2) [chromium] › tests/static/notifications.spec.ts:34:7 › Extension triggers a notification when a page form is submitted with non-stored values › Log in to the vault, open pages, and run page tests › fill the form with a stored username/email and a non-stored password at https://127.0.0.1:3443/forms/update/update-password › the update password notification should appear when submitting the form
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForEvent: Timeout 20000ms exceeded while waiting for event "frameattached"
=========================== logs ===========================
waiting for event "frameattached"
============================================================
at ../tests/utils.ts:68
66 |
67 | if (!notificationFrame && !shouldNotTrigger) {
> 68 | return await page.waitForEvent("frameattached", {
| ^
69 | predicate: (frame) => frame.url().startsWith(expectedAddressStart),
70 | });
71 | }
at getNotificationFrame (/home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/utils.ts:68:23)
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/notifications.spec.ts:312:65
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/notifications.spec.ts:293:9
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/notifications.spec.ts:205:7
|
|
[chromium] › tests/static/notifications.spec.ts:34:7 › Extension triggers a notification when a page form is submitted with non-stored values › Log in to the vault:
tests/utils.ts#L68
2) [chromium] › tests/static/notifications.spec.ts:34:7 › Extension triggers a notification when a page form is submitted with non-stored values › Log in to the vault, open pages, and run page tests › fill the form with a stored username/email and a non-stored password at https://127.0.0.1:3443/forms/update/update-password › the update password notification should appear when submitting the form
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForEvent: Timeout 20000ms exceeded while waiting for event "frameattached"
=========================== logs ===========================
waiting for event "frameattached"
============================================================
at ../tests/utils.ts:68
66 |
67 | if (!notificationFrame && !shouldNotTrigger) {
> 68 | return await page.waitForEvent("frameattached", {
| ^
69 | predicate: (frame) => frame.url().startsWith(expectedAddressStart),
70 | });
71 | }
at getNotificationFrame (/home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/utils.ts:68:23)
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/notifications.spec.ts:312:65
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/notifications.spec.ts:293:9
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/notifications.spec.ts:205:7
|
|
[chromium] › tests/static/notifications.spec.ts:34:7 › Extension triggers a notification when a page form is submitted with non-stored values › Log in to the vault:
tests/utils.ts#L68
2) [chromium] › tests/static/notifications.spec.ts:34:7 › Extension triggers a notification when a page form is submitted with non-stored values › Log in to the vault, open pages, and run page tests › fill the form with a stored username/email and a non-stored password at https://127.0.0.1:3443/forms/update/update-password › the update password notification should appear when submitting the form
TimeoutError: page.waitForEvent: Timeout 20000ms exceeded while waiting for event "frameattached"
=========================== logs ===========================
waiting for event "frameattached"
============================================================
at ../tests/utils.ts:68
66 |
67 | if (!notificationFrame && !shouldNotTrigger) {
> 68 | return await page.waitForEvent("frameattached", {
| ^
69 | predicate: (frame) => frame.url().startsWith(expectedAddressStart),
70 | });
71 | }
at getNotificationFrame (/home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/utils.ts:68:23)
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/notifications.spec.ts:312:65
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/notifications.spec.ts:293:9
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/notifications.spec.ts:205:7
|
|
[chromium] › tests/static/inline-menu.spec.ts:26:7 › Extension presents page input inline menu with options for vault interaction › Log in to the vault:
tests/static/inline-menu.spec.ts#L128
1) [chromium] › tests/static/inline-menu.spec.ts:26:7 › Extension presents page input inline menu with options for vault interaction › Log in to the vault, open pages, and run page tests › fill the form via inline menu and submit at https://127.0.0.1:3443/forms/payment/card-payment
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveValue(expected) failed
Locator: locator('#card-name').first()
Expected: "John Smith"
Received: ""
Timeout: 3000ms
Call log:
- Expect "toHaveValue" with timeout 3000ms
- waiting for locator('#card-name').first()
7 × locator resolved to <input type="text" required="" id="card-name" name="card-name" placeholder="J. Smith"/>
- unexpected value ""
126 | : currentInput.value;
127 |
> 128 | await expect(currentInputSelectedElement).toHaveValue(expectedValue);
| ^
129 |
130 | await testPage.screenshot({
131 | fullPage: true,
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/inline-menu.spec.ts:128:53
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/inline-menu.spec.ts:42:7
|
|
[chromium] › tests/static/inline-menu.spec.ts:26:7 › Extension presents page input inline menu with options for vault interaction › Log in to the vault:
tests/static/inline-menu.spec.ts#L128
1) [chromium] › tests/static/inline-menu.spec.ts:26:7 › Extension presents page input inline menu with options for vault interaction › Log in to the vault, open pages, and run page tests › fill the form via inline menu and submit at https://127.0.0.1:3443/forms/payment/card-payment
Error: expect(locator).toHaveValue(expected) failed
Locator: locator('#card-name').first()
Expected: "John Smith"
Received: ""
Timeout: 3000ms
Call log:
- Expect "toHaveValue" with timeout 3000ms
- waiting for locator('#card-name').first()
7 × locator resolved to <input type="text" required="" id="card-name" name="card-name" placeholder="J. Smith"/>
- unexpected value ""
126 | : currentInput.value;
127 |
> 128 | await expect(currentInputSelectedElement).toHaveValue(expectedValue);
| ^
129 |
130 | await testPage.screenshot({
131 | fullPage: true,
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/inline-menu.spec.ts:128:53
at /home/runner/work/browser-interactions-testing/browser-interactions-testing/tests/static/inline-menu.spec.ts:42:7
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/static/inline-menu.spec.ts:26:7 › Extension presents page input inline menu with options for vault interaction › Log in to the vault, open pages, and run page tests
[chromium] › tests/static/notifications.spec.ts:34:7 › Extension triggers a notification when a page form is submitted with non-stored values › Log in to the vault, open pages, and run page tests
1 passed (8.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-summary
|
67.5 MB |
sha256:56c5bf54613c5d4b80066399e5795d65c7a878a2fec21887abcf906cc9f55ece
|
|