feat(mobile): doc property journal duplicated action #18558
Annotations
1 error, 2 warnings, and 1 notice
Run playwright tests:
tests/affine-mobile/e2e/explorer-tag.spec.ts#L67
1) [Mobile Safari] › explorer-tag.spec.ts:59:5 › rename a tag from explorer ──────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "rename-input"
Received: null
65 | await menu.getByTestId('rename-tag').tap();
66 | const focusedTestid = await getAttrOfActiveElement(page);
> 67 | expect(focusedTestid).toEqual('rename-input');
| ^
68 | await page.keyboard.type(appendedName);
69 | await menu.getByTestId('rename-confirm').tap();
70 | await expect(tag).not.toBeVisible();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-tag.spec.ts:67:25
|
Run playwright tests:
tests/affine-mobile/[Mobile Safari] › explorer-folder.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › explorer-folder.spec.ts took 47.7s
|
Run playwright tests:
tests/affine-mobile/[Mobile Safari] › home.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › home.spec.ts took 22.1s
|
Run playwright tests
1 flaky
[Mobile Safari] › explorer-tag.spec.ts:59:5 › rename a tag from explorer ───────────────────────
5 passed (1.6m)
|
Loading