fix(editor): embed iframe block idle status selected style #33140
Annotations
1 error and 1 notice
tests/kit/src/electron.ts#L69
1) e2e/basic.spec.ts:22:1 › new page ─────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
Call Log:
- Timeout 10000ms exceeded while waiting on the predicate
at ../../kit/src/electron.ts:69
67 | },
68 | page: async ({ electronApp }, use) => {
> 69 | await expect
| ^
70 | .poll(
71 | () => {
72 | return electronApp.windows().length > 1;
at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/electron.ts:69:5)
|
|
The logs for this run have expired and are no longer available.
Loading