feat(server): cleanup gateway code (#6118) #5448
Annotations
1 error, 1 warning, and 1 notice
Server E2E Test 1/3:
tests/affine-cloud/e2e/collaboration.spec.ts#L218
1) collaboration.spec.ts:192:5 › can sync collections between different browser ──────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('collections').getByText('test collection')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('collections').getByText('test collection')
216 | await page2.goto(page.url());
217 | const collections = page2.getByTestId('collections');
> 218 | await expect(collections.getByText('test collection')).toBeVisible();
| ^
219 | }
220 | });
221 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/collaboration.spec.ts:218:60
|
Server E2E Test 1/3:
tests/affine-cloud/collaboration.spec.ts#L1
tests/affine-cloud/collaboration.spec.ts took 5.1m
|
Server E2E Test 1/3
1 flaky
collaboration.spec.ts:192:5 › can sync collections between different browser ───────────────────
5 passed (5.4m)
|
Loading