chore: bump up rustc version to v1.80.0 #12209
Annotations
2 errors and 1 notice
tests/affine-local/e2e/quick-search.spec.ts#L545
1) quick-search.spec.ts:511:5 › can paste a doc link to create link reference ────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('affine-reference:has-text("Write, Draw, Plan all at Once.")')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('affine-reference:has-text("Write, Draw, Plan all at Once.")')
543 | await expect(
544 | page.locator('affine-reference:has-text("Write, Draw, Plan all at Once.")')
> 545 | ).toBeVisible();
| ^
546 |
547 | // can ctrl-z to revert to normal link
548 | await page.keyboard.press('ControlOrMeta+z');
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:545:5
|
tests/affine-local/e2e/quick-search.spec.ts#L569
2) quick-search.spec.ts:555:5 › can use slash menu to insert a newly created doc card ────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('cmdk-quick-search')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('cmdk-quick-search')
567 | });
568 | await page.keyboard.press('Enter');
> 569 | await expect(page.getByTestId('cmdk-quick-search')).toBeVisible();
| ^
570 |
571 | const testTitle = 'test title';
572 | await page.locator('[cmdk-input]').fill(testTitle);
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:569:55
|
|
This job succeeded
Loading