refactor: Remove old deprecated methods from OCP\Calendar #5441
playwright.yml
on: pull_request
Annotations
4 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
|
|
[default] › tests/playwright/e2e/files_sharing/share-status-action.spec.ts:73:3 › files_sharing: Sharing status action › for a shared folder › names the owner for the recipient:
tests/playwright/e2e/files_sharing/share-status-action.spec.ts#L79
1) [default] › tests/playwright/e2e/files_sharing/share-status-action.spec.ts:73:3 › files_sharing: Sharing status action › for a shared folder › names the owner for the recipient
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('[data-cy-files-list-row-name="folder"]').locator('[data-cy-files-list-row-action="sharing-status"]')
Expected: "Shared by 483e2"
Received: "Shared by 48300"
Timeout: 5000ms
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-name="folder"]').locator('[data-cy-files-list-row-action="sharing-status"]')
14 × locator resolved to <button type="button" data-v-29ac0caf="" data-v-38a26e61="" title="Shared by 48300" aria-label="Shared by 48300" data-cy-files-list-row-action="sharing-status" class="button-vue button-vue--size-normal button-vue--icon-and-text button-vue--vue-tertiary button-vue--tertiary action-item action-item--single files-list__row-action files-list__row-action-sharing-status files-list__row-action--inline">…</button>
- unexpected value "Shared by 48300"
77 | const status = filesListPage.getInlineActionEntryForFile('folder', 'sharing-status')
78 | await expect(status).toBeVisible()
> 79 | await expect(status).toHaveAttribute('aria-label', `Shared by ${user.userId}`)
| ^
80 | })
81 |
82 | test('names the owner for the recipient in grid view', async ({ page, user, recipient, filesListPage }) => {
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/share-status-action.spec.ts:79:25
|
|
[default] › tests/playwright/tests/playwright/e2e/files_sharing/share-status-action.spec.ts:73:3 › files_sharing: Sharing status action › for a shared folder › names the owner for the recipient:
tests/playwright/e2e/files_sharing/share-status-action.spec.ts#L79
2) [default] › tests/playwright/tests/playwright/e2e/files_sharing/share-status-action.spec.ts:73:3 › files_sharing: Sharing status action › for a shared folder › names the owner for the recipient
Error: expect(locator).toHaveAttribute(expected) failed
Locator: locator('[data-cy-files-list-row-name="folder"]').locator('[data-cy-files-list-row-action="sharing-status"]')
Expected: "Shared by 483e2"
Received: "Shared by 48300"
Timeout: 5000ms
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-name="folder"]').locator('[data-cy-files-list-row-action="sharing-status"]')
14 × locator resolved to <button type="button" data-v-29ac0caf="" data-v-38a26e61="" title="Shared by 48300" aria-label="Shared by 48300" data-cy-files-list-row-action="sharing-status" class="button-vue button-vue--size-normal button-vue--icon-and-text button-vue--vue-tertiary button-vue--tertiary action-item action-item--single files-list__row-action files-list__row-action-sharing-status files-list__row-action--inline">…</button>
- unexpected value "Shared by 48300"
77 | const status = filesListPage.getInlineActionEntryForFile('folder', 'sharing-status')
78 | await expect(status).toBeVisible()
> 79 | await expect(status).toHaveAttribute('aria-label', `Shared by ${user.userId}`)
| ^
80 | })
81 |
82 | test('names the owner for the recipient in grid view', async ({ page, user, recipient, filesListPage }) => {
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/share-status-action.spec.ts:79:25
|
|
[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
1) [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
|
|
🎭 Playwright Run Summary
43 passed (7.1m)
|
|
🎭 Playwright Run Summary
45 passed (5.6m)
|
|
🎭 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.7m)
|
|
🎭 Playwright Run Summary
45 passed (8.2m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_sharing/share-status-action.spec.ts:73:3 › files_sharing: Sharing status action › for a shared folder › names the owner for the recipient
44 passed (8.4m)
|
|
🎭 Playwright Run Summary
45 passed (9.4m)
|
|
🎭 Playwright Run Summary
45 passed (10.5m)
|
|
🎭 Playwright Run Summary
7 passed (7.9m)
|
|
🎭 Playwright Run Summary
47 passed (13.6m)
|
|
🎭 Playwright Run Summary
2 flaky
[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/files_sharing/share-status-action.spec.ts:73:3 › files_sharing: Sharing status action › for a shared folder › names the owner for the recipient
365 passed (17.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
87.6 KB |
sha256:22554153d769707ecbbe21eeb1c422497cf1e66c76a757514c1ebc9e56b76330
|
|
|
blob-report-2
Expired
|
64.3 KB |
sha256:2f0af8eacbcf5196aab7ead902e366b04349c9e0c095bfce36306a21a46a79c3
|
|
|
blob-report-3
Expired
|
81.5 KB |
sha256:eeec67ab75c29c1f0f51096f4f69fa951263de5bca0c966dad852b0c08abfb55
|
|
|
blob-report-4
Expired
|
87.4 KB |
sha256:4ed55885ac37e738cd340ca13f28a5be1d4040d8957b7b1d1d20420480dd84f1
|
|
|
blob-report-5
Expired
|
1.64 MB |
sha256:4a5254c86aa9ee3153640782074324674adfbbcd0259a15e213a44a0ed4afc49
|
|
|
blob-report-6
Expired
|
1.38 MB |
sha256:d1791db18a8e6554e0ec622e207e13b285b6d27a7f5d83c1f06628ad4d6d8b0a
|
|
|
blob-report-7
Expired
|
120 KB |
sha256:b042bcfc6c894cd87c31c328085142938c66efc7a8800e63a00d1398f834dae3
|
|
|
blob-report-8
Expired
|
83 KB |
sha256:5d5ff646d011f3474e724218c798e2b2df8bd891884b5192b8d3e9bb6c60bf14
|
|
|
blob-report-setup
Expired
|
17.3 KB |
sha256:d7a881730f9eda31fe1fb2adaaa404266f26dec58f80136925720f7c15d55670
|
|
|
html-report--attempt-1
Expired
|
3.72 MB |
sha256:e15b3ca1707be4ba004cc854a3c7ce0f767bd5fdb1e5ef873ad233fc00079e35
|
|