chore(blocks): set readonly to database on mobile (#8975) #8850
Annotations
1 error, 2 warnings, and 1 notice
Run playwright test:
tests/edgeless/presentation.spec.ts#L216
1) edgeless/presentation.spec.ts:137:3 › presentation › should be able to adjust order of presentation in frame panel
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.edgeless-frame-navigator-title')
- Expected string - 1
+ Received string + 3
- Frame 2
+
+ Frame 4
+
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.edgeless-frame-navigator-title')
9 × locator resolved to <span class="edgeless-frame-navigator-title">…</span>
- unexpected value "
Frame 4
"
214 | await expect(currentFrame).toHaveText('Frame 1');
215 | await nextButton.click();
> 216 | await expect(currentFrame).toHaveText('Frame 2');
| ^
217 | });
218 |
219 | test('duplicate frames should keep the presentation orders', async ({
at /home/runner/work/blocksuite/blocksuite/tests/edgeless/presentation.spec.ts:216:32
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Upload E2E test coverage results
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Run playwright test
1 flaky
edgeless/presentation.spec.ts:137:3 › presentation › should be able to adjust order of presentation in frame panel
48 passed (1.7m)
|
Loading