[frontend] refactor in preparation for history emulation #74
Annotations
1 error and 1 notice
|
tests/google.spec.ts#L18
1) [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
- locator resolved to hidden <iframe name="app" scrolling="no" frameborder="0" role="presentation" scramjet-attr-src="https://ogs.google.com/widget/app/so?eom=1&awwd=1&gpa=3&origin=https%3A%2F%2Fwww.google.com&cn=app&pid=1&spid=538&hl=en" src="http://localhost:1337/scramjet/https%3A%2F%2Fogs.google.com%2Fwidget%2Fapp%2Fso%3Feom%3D1%26awwd%3D1%26gpa%3D3%26origin%3Dhttps%3A%2F%2Fwww.google.com%26cn%3Dapp%26pid%3D1%26spid%3D538%26hl%3Den?topFrame=4mrpbc0z&parentFrame=4mrpbc0z"></iframe>
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
|
|
|
The logs for this run have expired and are no longer available.
Loading