fix bug where "undefined" would be appeneded to body in rewritten htm… #7
main.yml
on: push
Build Scramjet
4m 20s
Upload release
0s
Publish Scramjet to NPM
0s
Upload to Github Pages
0s
Annotations
10 errors and 1 notice
|
[chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.:
tests/google.spec.ts#L18
2) [chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('iframe').contentFrame().locator('iframe[name=\'app\']') to be visible
16 |
17 | const appsMenuFrame = frame.locator("iframe[name='app']");
> 18 | await appsMenuFrame.waitFor({ state: "visible" });
| ^
19 |
20 | await appsMenuFrame.contentFrame().locator("c-wiz").first().waitFor({ state: "visible" });
21 |
at /home/runner/work/browser.js/browser.js/tests/google.spec.ts:18:29
|
|
[chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.:
tests/google.spec.ts#L15
2) [chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('iframe').contentFrame().locator('a[aria-label=\'Google apps\']').first()
13 | const frame = await setupPage(page, "https://www.google.com/");
14 |
> 15 | frame.locator("a[aria-label='Google apps']").first().click();
| ^
16 |
17 | const appsMenuFrame = frame.locator("iframe[name='app']");
18 | await appsMenuFrame.waitFor({ state: "visible" });
at /home/runner/work/browser.js/browser.js/tests/google.spec.ts:15:62
|
|
[chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.:
tests/google.spec.ts#L18
2) [chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('iframe').contentFrame().locator('iframe[name=\'app\']') to be visible
16 |
17 | const appsMenuFrame = frame.locator("iframe[name='app']");
> 18 | await appsMenuFrame.waitFor({ state: "visible" });
| ^
19 |
20 | await appsMenuFrame.contentFrame().locator("c-wiz").first().waitFor({ state: "visible" });
21 |
at /home/runner/work/browser.js/browser.js/tests/google.spec.ts:18:29
|
|
[chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.:
tests/google.spec.ts#L15
2) [chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('iframe').contentFrame().locator('a[aria-label=\'Google apps\']').first()
13 | const frame = await setupPage(page, "https://www.google.com/");
14 |
> 15 | frame.locator("a[aria-label='Google apps']").first().click();
| ^
16 |
17 | const appsMenuFrame = frame.locator("iframe[name='app']");
18 | await appsMenuFrame.waitFor({ state: "visible" });
at /home/runner/work/browser.js/browser.js/tests/google.spec.ts:15:62
|
|
[chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.:
tests/google.spec.ts#L18
2) [chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('iframe').contentFrame().locator('iframe[name=\'app\']') to be visible
16 |
17 | const appsMenuFrame = frame.locator("iframe[name='app']");
> 18 | await appsMenuFrame.waitFor({ state: "visible" });
| ^
19 |
20 | await appsMenuFrame.contentFrame().locator("c-wiz").first().waitFor({ state: "visible" });
21 |
at /home/runner/work/browser.js/browser.js/tests/google.spec.ts:18:29
|
|
[chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.:
tests/google.spec.ts#L15
2) [chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('iframe').contentFrame().locator('a[aria-label=\'Google apps\']').first()
13 | const frame = await setupPage(page, "https://www.google.com/");
14 |
> 15 | frame.locator("a[aria-label='Google apps']").first().click();
| ^
16 |
17 | const appsMenuFrame = frame.locator("iframe[name='app']");
18 | await appsMenuFrame.waitFor({ state: "visible" });
at /home/runner/work/browser.js/browser.js/tests/google.spec.ts:15:62
|
|
[chromium] › tests/google.spec.ts:5:5 › Google › The front page can load.:
tests/google.spec.ts#L8
1) [chromium] › tests/google.spec.ts:5:5 › Google › The front page can load. ─────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('iframe').contentFrame().locator('textarea[Title=\'Search\']').first() to be visible
6 | const frame = await setupPage(page, "https://www.google.com/");
7 |
> 8 | const search = await frame.locator("textarea[Title='Search']").first().waitFor({ state: "visible" });
| ^
9 | expect(search).not.toBeNull();
10 | });
11 |
at /home/runner/work/browser.js/browser.js/tests/google.spec.ts:8:80
|
|
[chromium] › tests/google.spec.ts:5:5 › Google › The front page can load.:
tests/google.spec.ts#L8
1) [chromium] › tests/google.spec.ts:5:5 › Google › The front page can load. ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('iframe').contentFrame().locator('textarea[Title=\'Search\']').first() to be visible
6 | const frame = await setupPage(page, "https://www.google.com/");
7 |
> 8 | const search = await frame.locator("textarea[Title='Search']").first().waitFor({ state: "visible" });
| ^
9 | expect(search).not.toBeNull();
10 | });
11 |
at /home/runner/work/browser.js/browser.js/tests/google.spec.ts:8:80
|
|
[chromium] › tests/google.spec.ts:5:5 › Google › The front page can load.:
tests/google.spec.ts#L8
1) [chromium] › tests/google.spec.ts:5:5 › Google › The front page can load. ─────────────────────
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for locator('iframe').contentFrame().locator('textarea[Title=\'Search\']').first() to be visible
6 | const frame = await setupPage(page, "https://www.google.com/");
7 |
> 8 | const search = await frame.locator("textarea[Title='Search']").first().waitFor({ state: "visible" });
| ^
9 | expect(search).not.toBeNull();
10 | });
11 |
at /home/runner/work/browser.js/browser.js/tests/google.spec.ts:8:80
|
|
Run Scramjet Tests
Tests failed
|
|
🎭 Playwright Run Summary
4 failed
[chromium] › tests/google.spec.ts:5:5 › Google › The front page can load. ──────────────────────
[chromium] › tests/google.spec.ts:12:5 › Google › The Google Apps menu opens and content is visible.
[chromium] › tests/youtube.spec.ts:5:5 › YouTube › The front page can load. ────────────────────
[chromium] › tests/youtube.spec.ts:14:5 › YouTube › The search page can load. ──────────────────
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
packaged-scramjet
Expired
|
523 KB |
sha256:20e1fe4aa704f6cda33a54c0786c11e2d544a27bd21bb73182262c682f744771
|
|
|
scramjet
Expired
|
517 KB |
sha256:bc3b8a5adff0691c5ccfc34205190506712ac13dd97b8df208e0bc9f25292a7e
|
|