docs(config): clarify help menu/link configuration parameters (aka "knowledgebase") #2759
playwright.yml
on: pull_request
Annotations
7 errors and 7 notices
|
[chrome] › tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L68
1) [chrome] › tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder
Error: page.waitForResponse: Test ended.
at ../support/sections/CopyMoveDialogPage.ts:68
66 |
67 | private async confirm(label: string, method: 'COPY' | 'MOVE'): Promise<void> {
> 68 | const done = this.page.waitForResponse((r) => r.request().method() === method
| ^
69 | && /\/(remote|public)\.php\/dav\/files\//.test(r.url()))
70 | await this.confirmButton(label).click()
71 | await done
at CopyMoveDialogPage.confirm (/home/runner/work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:68:26)
at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:76:14)
at /home/runner/work/server/server/tests/playwright/e2e/files/files-copy-move.spec.ts:101:24
|
|
[chrome] › tests/playwright/e2e/files/search.spec.ts:130:2 › files: search › keeps the query in the URL:
tests/playwright/support/sections/FilesListPage.ts#L85
1) [chrome] › tests/playwright/e2e/files/search.spec.ts:130:2 › files: search › keeps the query in the URL
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('menuitem', { name: 'Reload content' })
at ../support/sections/FilesListPage.ts:85
83 | }).toPass({ timeout: 15000 })
84 |
> 85 | await reloadItem.click()
| ^
86 | }
87 |
88 | getRowForFileId(fileid: number): Locator {
at FilesListPage.reloadCurrentFolder (/home/runner/work/server/server/tests/playwright/support/sections/FilesListPage.ts:85:20)
at /home/runner/work/server/server/tests/playwright/e2e/files/search.spec.ts:138:3
|
|
[chrome] › tests/playwright/tests/playwright/e2e/files/search.spec.ts:130:2 › files: search › keeps the query in the URL:
../../../../work/server/server/tests/playwright/support/sections/FilesListPage.ts#L85
3) [chrome] › tests/playwright/tests/playwright/e2e/files/search.spec.ts:130:2 › files: search › keeps the query in the URL
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('menuitem', { name: 'Reload content' })
at ../support/sections/FilesListPage.ts:85
83 | }).toPass({ timeout: 15000 })
84 |
> 85 | await reloadItem.click()
| ^
86 | }
87 |
88 | getRowForFileId(fileid: number): Locator {
at FilesListPage.reloadCurrentFolder (/home/runner/work/server/server/tests/playwright/support/sections/FilesListPage.ts:85:20)
at /home/runner/work/server/server/tests/playwright/e2e/files/search.spec.ts:138:3
|
|
[chrome] › tests/playwright/tests/playwright/e2e/files/search.spec.ts:130:2 › files: search › keeps the query in the URL:
tests/playwright/tests/playwright/e2e/files/search.spec.ts#L0
3) [chrome] › tests/playwright/tests/playwright/e2e/files/search.spec.ts:130:2 › files: search › keeps the query in the URL
Test timeout of 30000ms exceeded.
|
|
[chrome] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice:
../../../../work/server/server/tests/playwright/e2e/files/files-sorting.spec.ts#L159
2) [chrome] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
Error: expect(locator).toHaveAttribute(expected) failed
Locator: getByRole('columnheader', { name: 'Size' })
Expected: "ascending"
Received: "descending"
Timeout: 5000ms
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for getByRole('columnheader', { name: 'Size' })
14 × locator resolved to <th data-v-12d5b60e="" aria-sort="descending" class="files-list__column files-list__row-size files-list__column--sortable">…</th>
- unexpected value "descending"
157 |
158 | await filesListPage.sortByColumn('Size')
> 159 | await expect(filesListPage.getColumnHeader('Size')).toHaveAttribute('aria-sort', 'ascending')
| ^
160 | await expect.poll(() => filesListPage.getRowNames()).toEqual([
161 | 'folder',
162 | '1 tiny.txt',
at /home/runner/work/server/server/tests/playwright/e2e/files/files-sorting.spec.ts:159:55
|
|
[chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder:
../../../../work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts#L68
1) [chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder
Error: page.waitForResponse: Test ended.
at ../support/sections/CopyMoveDialogPage.ts:68
66 |
67 | private async confirm(label: string, method: 'COPY' | 'MOVE'): Promise<void> {
> 68 | const done = this.page.waitForResponse((r) => r.request().method() === method
| ^
69 | && /\/(remote|public)\.php\/dav\/files\//.test(r.url()))
70 | await this.confirmButton(label).click()
71 | await done
at CopyMoveDialogPage.confirm (/home/runner/work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:68:26)
at CopyMoveDialogPage.copyToCurrentFolder (/home/runner/work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:76:14)
at /home/runner/work/server/server/tests/playwright/e2e/files/files-copy-move.spec.ts:101:24
|
|
[chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder:
tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts#L0
1) [chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder
Test timeout of 30000ms exceeded.
|
|
🎭 Playwright Run Summary
44 passed (5.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[chrome] › tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder
43 passed (5.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[chrome] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
43 passed (6.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[chrome] › tests/playwright/e2e/files/search.spec.ts:130:2 › files: search › keeps the query in the URL
42 passed (7.4m)
|
|
🎭 Playwright Run Summary
43 passed (8.1m)
|
|
🎭 Playwright Run Summary
43 passed (8.3m)
|
|
🎭 Playwright Run Summary
3 flaky
[chrome] › tests/playwright/tests/playwright/e2e/files/files-copy-move.spec.ts:95:2 › Files: Move or copy files › can copy a file multiple times to the same folder
[chrome] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
[chrome] › tests/playwright/tests/playwright/e2e/files/search.spec.ts:130:2 › files: search › keeps the query in the URL
258 passed (8.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
64.3 KB |
sha256:74985c133b87978a17d2c9d0d75b4b301f4a4e19216758565e4e28ecd310d2f8
|
|
|
blob-report-2
Expired
|
3.24 MB |
sha256:21f7818ded75e4061f3d5bae8b620edf6b534965b8cc25299a5c7c7b1d159b26
|
|
|
blob-report-3
Expired
|
3.22 MB |
sha256:6b0dcf1ead7cc8e8be632959f70d2704fd8b4fe79dd6c019e698d89729b23353
|
|
|
blob-report-4
Expired
|
81.9 KB |
sha256:aa75c12c6d58ce91152095661433383c39b1f1ba4e711c9403753a1c6a031d7e
|
|
|
blob-report-5
Expired
|
3.72 MB |
sha256:5f3ee7d4684ee6f42aae732cbc50729c6dc48c47982697d9391a5c05bf879679
|
|
|
blob-report-6
Expired
|
80.4 KB |
sha256:bb764f78df72d1b973e43e39cda25eed5bf67f836593405a1fa48c0baeb45298
|
|
|
html-report--attempt-1
Expired
|
10.8 MB |
sha256:c8338b0b8995f137847003828d526b8e8395326e2a94c7e587e1f042a825625a
|
|