fix: page info styles (#5910) #28
Annotations
4 errors and 1 notice
Run playwright tests:
tests/kit/utils/editor.ts#L10
1) page-properties.spec.ts:37:5 › allow create tag ───────────────────────────────────────────────
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
1) page-properties.spec.ts:37:5 › allow create tag ───────────────────────────────────────────────
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
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: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:50:5 › allow create tag on journals page ──────────────────────────────
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
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:37:5 › allow create tag ────────────────────────────────────────────────
page-properties.spec.ts:50:5 › allow create tag on journals page ───────────────────────────────
22 passed (2.9m)
|
The logs for this run have expired and are no longer available.
Loading