feat(caldav): allow attendees to add guests to an event #5355
playwright.yml
on: pull_request
Annotations
10 errors and 10 notices
|
[default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy:
tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts#L64
1) [default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="other.txt"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-name="other.txt"]')
62 | await filesListPage.renameFile('foo.txt', 'other.txt')
63 |
> 64 | await expect(filesListPage.getRowForFile('other.txt')).toBeVisible()
| ^
65 | await expect(filesListPage.getRowForFile('foo.txt')).toHaveCount(0)
66 | })
67 | })
at /home/runner/work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:64:58
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/support/utils/password-confirmation.ts#L32
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Error: locator.waitFor: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('.modal-container:has-text("Authentication required")') to be hidden
77 × locator resolved to visible <div data-v-3c357e2d="" class="modal-container" id="modal-description-nc-vue-45">…</div>
at ../support/utils/password-confirmation.ts:32
30 |
31 | // Wait for the dialog to disappear
> 32 | await dialog.waitFor({ state: 'hidden' })
| ^
33 | }
34 |
at handlePasswordConfirmation (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/password-confirmation.ts:32:15)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:205:3
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Test timeout of 45000ms exceeded.
|
|
[default] › tests/playwright/e2e/settings/personal-info.spec.ts:382:3 › Settings: Change personal information › can set Location and change its visibility:
tests/playwright/e2e/settings/personal-info.spec.ts#L29
1) [default] › tests/playwright/e2e/settings/personal-info.spec.ts:382:3 › Settings: Change personal information › can set Location and change its visibility
Error: page.waitForResponse: Test ended.
27 | */
28 | function waitForSave(page: Page): Promise<Response> {
> 29 | return page.waitForResponse((r) => r.request().method() === 'PUT' && r.url().includes('/ocs/v2.php/cloud/users/'))
| ^
30 | }
31 |
32 | /**
at waitForSave (/home/runner/actions-runner/_work/server/server/tests/playwright/e2e/settings/personal-info.spec.ts:29:14)
at changeVisibility (/home/runner/actions-runner/_work/server/server/tests/playwright/e2e/settings/personal-info.spec.ts:38:16)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/settings/personal-info.spec.ts:394:10
|
|
[default] › tests/playwright/e2e/settings/personal-info.spec.ts:382:3 › Settings: Change personal information › can set Location and change its visibility:
tests/playwright/e2e/settings/personal-info.spec.ts#L0
1) [default] › tests/playwright/e2e/settings/personal-info.spec.ts:382:3 › Settings: Change personal information › can set Location and change its visibility
Test timeout of 45000ms exceeded.
|
|
[default] › tests/playwright/tests/playwright/e2e/settings/personal-info.spec.ts:382:3 › Settings: Change personal information › can set Location and change its visibility:
tests/playwright/e2e/settings/personal-info.spec.ts#L29
3) [default] › tests/playwright/tests/playwright/e2e/settings/personal-info.spec.ts:382:3 › Settings: Change personal information › can set Location and change its visibility
Error: page.waitForResponse: Test ended.
27 | */
28 | function waitForSave(page: Page): Promise<Response> {
> 29 | return page.waitForResponse((r) => r.request().method() === 'PUT' && r.url().includes('/ocs/v2.php/cloud/users/'))
| ^
30 | }
31 |
32 | /**
at waitForSave (/home/runner/actions-runner/_work/server/server/tests/playwright/e2e/settings/personal-info.spec.ts:29:14)
at changeVisibility (/home/runner/actions-runner/_work/server/server/tests/playwright/e2e/settings/personal-info.spec.ts:38:16)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/settings/personal-info.spec.ts:394:10
|
|
[default] › tests/playwright/tests/playwright/e2e/settings/personal-info.spec.ts:382:3 › Settings: Change personal information › can set Location and change its visibility:
tests/playwright/tests/playwright/e2e/settings/personal-info.spec.ts#L0
3) [default] › tests/playwright/tests/playwright/e2e/settings/personal-info.spec.ts:382:3 › Settings: Change personal information › can set Location and change its visibility
Test timeout of 45000ms exceeded.
|
|
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy:
../../../../work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts#L64
2) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="other.txt"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-name="other.txt"]')
62 | await filesListPage.renameFile('foo.txt', 'other.txt')
63 |
> 64 | await expect(filesListPage.getRowForFile('other.txt')).toBeVisible()
| ^
65 | await expect(filesListPage.getRowForFile('foo.txt')).toHaveCount(0)
66 | })
67 | })
at /home/runner/work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:64:58
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/support/utils/password-confirmation.ts#L32
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Error: locator.waitFor: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('.modal-container:has-text("Authentication required")') to be hidden
77 × locator resolved to visible <div data-v-3c357e2d="" class="modal-container" id="modal-description-nc-vue-45">…</div>
at ../support/utils/password-confirmation.ts:32
30 |
31 | // Wait for the dialog to disappear
> 32 | await dialog.waitFor({ state: 'hidden' })
| ^
33 | }
34 |
at handlePasswordConfirmation (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/password-confirmation.ts:32:15)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:205:3
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Test timeout of 45000ms exceeded.
|
|
🎭 Playwright Run Summary
7 passed (2.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file
44 passed (6.6m)
|
|
🎭 Playwright Run Summary
43 passed (8.5m)
|
|
🎭 Playwright Run Summary
45 passed (8.3m)
|
|
🎭 Playwright Run Summary
45 passed (10.3m)
|
|
🎭 Playwright Run Summary
45 passed (10.6m)
|
|
🎭 Playwright Run Summary
45 passed (11.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
44 passed (11.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/settings/personal-info.spec.ts:382:3 › Settings: Change personal information › can set Location and change its visibility
46 passed (13.4m)
|
|
🎭 Playwright Run Summary
3 flaky
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:59:2 › files_sharing: Public share - copy, move and rename files › can rename a file
[default] › tests/playwright/tests/playwright/e2e/settings/personal-info.spec.ts:382:3 › Settings: Change personal information › can set Location and change its visibility
364 passed (15.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
4.84 MB |
sha256:18aa88153b3511e3a0b17668e217f9df4c586cf95351dfc95aaef6fd7e5edf3b
|
|
|
blob-report-2
Expired
|
75.2 KB |
sha256:819bd7e002ebce1c009e184a900a90fc45277492877b7ac01c1e2ac55a01ea26
|
|
|
blob-report-3
Expired
|
88.1 KB |
sha256:e3284070b5cffd942b3576d73e8b4b0fcbc8d8b43c06a54121e8c3e4e3d44ab5
|
|
|
blob-report-4
Expired
|
97.7 KB |
sha256:647b1f554e048ccab76977b35ea020857521e67b041b4c13cf4038e1498027cd
|
|
|
blob-report-5
Expired
|
1.65 MB |
sha256:56f7b128d810fa342a428dcfc72cf531a4d62c06eb05c1b9a427b8b76fbeadf0
|
|
|
blob-report-6
Expired
|
94.7 KB |
sha256:c102ccd5451b55cbc7496c0b54866c37d092b2e5eb261f8c1bb3d18546af21a2
|
|
|
blob-report-7
Expired
|
3.98 MB |
sha256:1c58479ac5b3375fbc7e8f5678e118e6e15def45fed3fb7ee87b9f6cd01fa254
|
|
|
blob-report-8
Expired
|
90.5 KB |
sha256:f3057c07e20538f2e63ab9b398cbb5ddb1463c9fddf990c2509007563c238bcc
|
|
|
blob-report-setup
Expired
|
23.5 KB |
sha256:4855044521ba33aaa6a927773d7426bc11654b67d480e36efcf83772b0a4b746
|
|
|
html-report--attempt-1
Expired
|
11 MB |
sha256:82ff031d5fd7a4b7eafb33939b73cc1d01fa37b5b821424ed9174e1b886edc71
|
|