Perf: Optimize pages loading (Filecache path like approach) #644
Annotations
10 errors and 1 notice
|
Run Playwright tests:
playwright/support/fixtures/CollectivePage.ts#L113
3) [chromium] › playwright/e2e/page-picker.spec.ts:28:2 › Custom page picker - local search › link to local page via search
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-cy-collectives="editor"] .ProseMirror') to be visible
53 × locator resolved to hidden <div tabindex="0" role="textbox" translate="no" aria-expanded="false" contenteditable="true" class="tiptap ProseMirror">…</div>
at support/fixtures/CollectivePage.ts:113
111 | async waitForContent(edit: boolean = false) {
112 | await this.getContent(edit)
> 113 | .waitFor({ state: 'visible' })
| ^
114 | }
115 |
116 | /**
at CollectivePage.waitForContent (/home/runner/work/collectives/collectives/playwright/support/fixtures/CollectivePage.ts:113:5)
at CollectivePage.open (/home/runner/work/collectives/collectives/playwright/support/fixtures/CollectivePage.ts:80:14)
at /home/runner/work/collectives/collectives/playwright/e2e/page-picker.spec.ts:21:3
|
|
Run Playwright tests:
playwright/e2e/page-picker.spec.ts#L18
3) [chromium] › playwright/e2e/page-picker.spec.ts:28:2 › Custom page picker - local search › link to local page via search
Test timeout of 30000ms exceeded while running "beforeEach" hook.
16 | let targetPage: CollectivePage
17 |
> 18 | test.beforeEach(async ({ user, page, collective, editor }) => {
| ^
19 | const sourcePage = await collective.createPage({ title: 'Source page', user, page })
20 | targetPage = await collective.createPage({ title: 'Target page', user, page })
21 | await sourcePage.open(true)
at /home/runner/work/collectives/collectives/playwright/e2e/page-picker.spec.ts:18:7
|
|
Run Playwright tests:
playwright/support/fixtures/CollectivePage.ts#L113
2) [chromium] › playwright/e2e/page-list.spec.ts:80:2 › Page list drag and drop › Drag page into editor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-cy-collectives="editor"] .ProseMirror') to be visible
52 × locator resolved to hidden <div tabindex="0" role="textbox" translate="no" aria-expanded="false" contenteditable="true" class="tiptap ProseMirror">…</div>
at support/fixtures/CollectivePage.ts:113
111 | async waitForContent(edit: boolean = false) {
112 | await this.getContent(edit)
> 113 | .waitFor({ state: 'visible' })
| ^
114 | }
115 |
116 | /**
at CollectivePage.waitForContent (/home/runner/work/collectives/collectives/playwright/support/fixtures/CollectivePage.ts:113:5)
at CollectivePage.open (/home/runner/work/collectives/collectives/playwright/support/fixtures/CollectivePage.ts:80:14)
at /home/runner/work/collectives/collectives/playwright/e2e/page-list.spec.ts:81:3
|
|
Run Playwright tests:
playwright/e2e/page-list.spec.ts#L0
2) [chromium] › playwright/e2e/page-list.spec.ts:80:2 › Page list drag and drop › Drag page into editor
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
Run Playwright tests:
playwright/support/fixtures/CollectivePage.ts#L113
2) [chromium] › playwright/e2e/page-list.spec.ts:80:2 › Page list drag and drop › Drag page into editor
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-cy-collectives="editor"] .ProseMirror') to be visible
54 × locator resolved to hidden <div tabindex="0" role="textbox" translate="no" aria-expanded="false" contenteditable="true" class="tiptap ProseMirror">…</div>
at support/fixtures/CollectivePage.ts:113
111 | async waitForContent(edit: boolean = false) {
112 | await this.getContent(edit)
> 113 | .waitFor({ state: 'visible' })
| ^
114 | }
115 |
116 | /**
at CollectivePage.waitForContent (/home/runner/work/collectives/collectives/playwright/support/fixtures/CollectivePage.ts:113:5)
at CollectivePage.open (/home/runner/work/collectives/collectives/playwright/support/fixtures/CollectivePage.ts:80:14)
at /home/runner/work/collectives/collectives/playwright/e2e/page-list.spec.ts:81:3
|
|
Run Playwright tests:
playwright/e2e/page-list.spec.ts#L0
2) [chromium] › playwright/e2e/page-list.spec.ts:80:2 › Page list drag and drop › Drag page into editor
Test timeout of 30000ms exceeded.
|
|
Run Playwright tests:
playwright/support/fixtures/CollectivePage.ts#L113
1) [chromium] › playwright/e2e/page-list.spec.ts:64:2 › Page list drag and drop › Drop page outside list reverts order
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-cy-collectives="editor"] .ProseMirror') to be visible
53 × locator resolved to hidden <div tabindex="0" role="textbox" translate="no" aria-expanded="false" contenteditable="true" class="tiptap ProseMirror">…</div>
at support/fixtures/CollectivePage.ts:113
111 | async waitForContent(edit: boolean = false) {
112 | await this.getContent(edit)
> 113 | .waitFor({ state: 'visible' })
| ^
114 | }
115 |
116 | /**
at CollectivePage.waitForContent (/home/runner/work/collectives/collectives/playwright/support/fixtures/CollectivePage.ts:113:5)
at CollectivePage.open (/home/runner/work/collectives/collectives/playwright/support/fixtures/CollectivePage.ts:80:14)
at /home/runner/work/collectives/collectives/playwright/e2e/page-list.spec.ts:65:3
|
|
Run Playwright tests:
playwright/e2e/page-list.spec.ts#L0
1) [chromium] › playwright/e2e/page-list.spec.ts:64:2 › Page list drag and drop › Drop page outside list reverts order
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
Run Playwright tests:
playwright/support/fixtures/CollectivePage.ts#L113
1) [chromium] › playwright/e2e/page-list.spec.ts:64:2 › Page list drag and drop › Drop page outside list reverts order
Error: locator.waitFor: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-cy-collectives="editor"] .ProseMirror') to be visible
55 × locator resolved to hidden <div tabindex="0" role="textbox" translate="no" aria-expanded="false" contenteditable="true" class="tiptap ProseMirror">…</div>
at support/fixtures/CollectivePage.ts:113
111 | async waitForContent(edit: boolean = false) {
112 | await this.getContent(edit)
> 113 | .waitFor({ state: 'visible' })
| ^
114 | }
115 |
116 | /**
at CollectivePage.waitForContent (/home/runner/work/collectives/collectives/playwright/support/fixtures/CollectivePage.ts:113:5)
at CollectivePage.open (/home/runner/work/collectives/collectives/playwright/support/fixtures/CollectivePage.ts:80:14)
at /home/runner/work/collectives/collectives/playwright/e2e/page-list.spec.ts:65:3
|
|
Run Playwright tests:
playwright/e2e/page-list.spec.ts#L0
1) [chromium] › playwright/e2e/page-list.spec.ts:64:2 › Page list drag and drop › Drop page outside list reverts order
Test timeout of 30000ms exceeded.
|
|
Run Playwright tests
12 failed
[chromium] › playwright/e2e/page-list.spec.ts:64:2 › Page list drag and drop › Drop page outside list reverts order
[chromium] › playwright/e2e/page-list.spec.ts:80:2 › Page list drag and drop › Drag page into editor
[chromium] › playwright/e2e/page-picker.spec.ts:28:2 › Custom page picker - local search › link to local page via search
[chromium] › playwright/e2e/page-picker.spec.ts:46:2 › Custom page picker - local search › searching "landing page" lists landing pages
[chromium] › playwright/e2e/page-picker.spec.ts:53:2 › Custom page picker - local search › searching collective title lists landing page
[chromium] › playwright/e2e/page-picker.spec.ts:84:2 › Custom page picker - cross-collective search › link to page from other collective
[chromium] › playwright/e2e/page-picker.spec.ts:106:2 › Custom page picker - cross-collective search › searching "Landing page" lists landing page
[chromium] › playwright/e2e/page-picker.spec.ts:117:2 › Custom page picker - cross-collective search › searching collective title lists landing page
[chromium] › playwright/e2e/page-tags.spec.ts:23:2 › Page tags management › Allows to manage tags
[chromium] › playwright/e2e/page-tags.spec.ts:59:2 › Page tags management › Allows to view extra tags in page
[chromium] › playwright/e2e/page-tags.spec.ts:100:2 › Page tags in page filter › Allows to filter page list by clicking on tag in titlebar
[chromium] › playwright/e2e/page-tags.spec.ts:117:2 › Page tags in page filter › Allows to filter page list via dropdown in page filter
2 flaky
[chromium] › playwright/e2e/page-share.spec.ts:71:2 › Page share enforced password protection › Create share and open share unauthenticated
[chromium] › playwright/e2e/settings.spec.ts:27:2 › Settings › Can change collectives folder ───
6 passed (15.8m)
|
background
wait
wait-all
cancel
parallel
Loading