[frontend] separate state between url input and tab value #73
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
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