Add DBAL Schema wrapper in OCP #5267
playwright.yml
on: pull_request
Annotations
6 errors, 1 warning, and 10 notices
|
[default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L99
1) [default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('dialog').locator('[data-filename="owned-folder"]')
- locator resolved to <tr tabindex="0" data-v-7857e8bd="" data-v-412efd5c="" aria-selected="false" class="file-picker__row" data-testid="file-list-row" data-filename="owned-folder">…</tr>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at ../support/sections/CopyMoveDialogPage.ts:99
97 | for (const dir of segments) {
98 | const loaded = this.listingLoaded(dir)
> 99 | await this.getDestination(dir).click()
| ^
100 | await loaded
101 | }
102 | return segments.at(-1)
at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:99:35)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:77:24
|
|
[default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L89
1) [default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission
Error: page.waitForResponse: Test ended.
at ../support/sections/CopyMoveDialogPage.ts:89
87 | */
88 | private async listingLoaded(folder?: string): Promise<void> {
> 89 | await this.page.waitForResponse((r) => r.request().method() === 'PROPFIND'
| ^
90 | && this.isListingUrl(r.url(), folder))
91 | await expect(this.loadingRows()).toHaveCount(0)
92 | }
at CopyMoveDialogPage.listingLoaded (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:89:19)
at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:98:24)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:77:24
|
|
[default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission:
tests/playwright/e2e/files_sharing/files-copy-move.spec.ts#L0
1) [default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission
Test timeout of 45000ms exceeded.
|
|
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L99
1) [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('dialog').locator('[data-filename="owned-folder"]')
- locator resolved to <tr tabindex="0" data-v-7857e8bd="" data-v-412efd5c="" aria-selected="false" class="file-picker__row" data-testid="file-list-row" data-filename="owned-folder">…</tr>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at ../support/sections/CopyMoveDialogPage.ts:99
97 | for (const dir of segments) {
98 | const loaded = this.listingLoaded(dir)
> 99 | await this.getDestination(dir).click()
| ^
100 | await loaded
101 | }
102 | return segments.at(-1)
at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:99:35)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:77:24
|
|
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L89
1) [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission
Error: page.waitForResponse: Test ended.
at ../support/sections/CopyMoveDialogPage.ts:89
87 | */
88 | private async listingLoaded(folder?: string): Promise<void> {
> 89 | await this.page.waitForResponse((r) => r.request().method() === 'PROPFIND'
| ^
90 | && this.isListingUrl(r.url(), folder))
91 | await expect(this.loadingRows()).toHaveCount(0)
92 | }
at CopyMoveDialogPage.listingLoaded (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:89:19)
at CopyMoveDialogPage.navigateTo (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:98:24)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:77:24
|
|
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission:
tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts#L0
1) [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission
Test timeout of 45000ms exceeded.
|
|
Playwright setup
Failed to save: Unable to reserve cache with key playwright-context-31476604971. More details: cache write denied: token has no writable scopes
|
|
🎭 Playwright Run Summary
7 passed (2.9m)
|
|
🎭 Playwright Run Summary
43 passed (6.1m)
|
|
🎭 Playwright Run Summary
45 passed (5.2m)
|
|
🎭 Playwright Run Summary
45 passed (8.5m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission
44 passed (10.4m)
|
|
🎭 Playwright Run Summary
45 passed (10.9m)
|
|
🎭 Playwright Run Summary
45 passed (13.4m)
|
|
🎭 Playwright Run Summary
47 passed (12.7m)
|
|
🎭 Playwright Run Summary
45 passed (14.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-copy-move.spec.ts:62:2 › files_sharing: Move or copy files › cannot move a file from shared folder with no delete permission
366 passed (26.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
100 KB |
sha256:6a775c2f676c0f4698e893fb2790323d498440b8c88b18692c47971a400e33a3
|
|
|
blob-report-2
Expired
|
82.7 KB |
sha256:bb59a48ce491943f994c7cbd2b1dc9cf7d8b704ca50062d161cbb27bb3fbca32
|
|
|
blob-report-3
Expired
|
93.7 KB |
sha256:074b7ab71a053167ca4958e47d6fd27a23e2e6f14e999c1d1ffde3b3f28a8422
|
|
|
blob-report-4
Expired
|
102 KB |
sha256:05dc46a8664ddebd7376cec121c078f20ad1ce07c8494a33be2df9b37323e21f
|
|
|
blob-report-5
Expired
|
2.98 MB |
sha256:2651b63caa18f0175d75ea251ca8df7d55411c9163e370439052bc79efe99691
|
|
|
blob-report-6
Expired
|
96.7 KB |
sha256:fbebfbc3bba1829e3542f36417036a8c95ff85a90e7e849e25d378bf785fd701
|
|
|
blob-report-7
Expired
|
130 KB |
sha256:0a236c68ea4ebac9f463c7448bc00d5c12e67c6a72be4c261b9ad221313ee518
|
|
|
blob-report-8
Expired
|
95 KB |
sha256:263f6ed5c19de5aa65ddb77ef0b5a5cc058e7e57eb0ad45a4f0cde3d12d81ac5
|
|
|
blob-report-setup
Expired
|
29 KB |
sha256:43111225ab0bd8a92cbc14e0bbdb779a3e289ede8144c409db98c040db6edb08
|
|
|
html-report--attempt-1
Expired
|
3.77 MB |
sha256:7511b0f734a64629cab87bc1aa91c6c7aeabe989d8895507f27e872f5cab8a94
|
|