fix(server): decode uri component before verify token (#6231) #5698
Annotations
3 errors and 1 notice
Run playwright tests:
tests/kit/utils/editor.ts#L10
1) page-properties.spec.ts:50:5 › allow create tag on journals page ──────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('switch-page-mode-button')
- locator resolved to <button class="affine-14rstau" data-testid="switch-page-…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
at ../../kit/utils/editor.ts:10
8 |
9 | export async function clickPageModeButton(page: Page) {
> 10 | return page.getByTestId('switch-page-mode-button').click({
| ^
11 | delay: 50,
12 | });
13 | }
at clickPageModeButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/editor.ts:10:54)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/page-properties.spec.ts:31:28
|
Run playwright tests:
tests/kit/utils/editor.ts#L10
2) page-properties.spec.ts:67:5 › add custom property ────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('switch-page-mode-button')
- locator resolved to <button class="affine-14rstau" data-testid="switch-page-…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
at ../../kit/utils/editor.ts:10
8 |
9 | export async function clickPageModeButton(page: Page) {
> 10 | return page.getByTestId('switch-page-mode-button').click({
| ^
11 | delay: 50,
12 | });
13 | }
at clickPageModeButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/editor.ts:10:54)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/page-properties.spec.ts:31:28
|
Run playwright tests:
tests/kit/utils/editor.ts#L10
2) page-properties.spec.ts:67:5 › add custom property ────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('switch-page-mode-button')
- locator resolved to <button class="affine-14rstau" data-testid="switch-page-…>…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
at ../../kit/utils/editor.ts:10
8 |
9 | export async function clickPageModeButton(page: Page) {
> 10 | return page.getByTestId('switch-page-mode-button').click({
| ^
11 | delay: 50,
12 | });
13 | }
at clickPageModeButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/editor.ts:10:54)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/page-properties.spec.ts:31:28
|
Run playwright tests
2 flaky
page-properties.spec.ts:50:5 › allow create tag on journals page ───────────────────────────────
page-properties.spec.ts:67:5 › add custom property ─────────────────────────────────────────────
22 passed (3.0m)
|
Loading