fix: clarify trashbin expiration CLI help #6524
playwright.yml
on: pull_request
Annotations
6 errors and 10 notices
|
[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
74 × 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/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/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:64:58
|
|
[default] › tests/playwright/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
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/actions-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
74 × 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
45 passed (6.7m)
|
|
🎭 Playwright Run Summary
46 passed (6.2m)
|
|
🎭 Playwright Run Summary
7 passed (5.5m)
|
|
🎭 Playwright Run Summary
46 passed (12.2m)
|
|
🎭 Playwright Run Summary
46 passed (12.3m)
|
|
🎭 Playwright Run Summary
46 passed (8.7m)
|
|
🎭 Playwright Run Summary
44 passed (8.7m)
|
|
🎭 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
45 passed (10.5m)
|
|
🎭 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 (10.1m)
|
|
🎭 Playwright Run Summary
2 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
369 passed (17.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
4.29 MB |
sha256:bff0937166a640fa1cedec9b225bb8c1d8592112409f1972a0474d0d6d77a2d0
|
|
|
blob-report-2
Expired
|
62.6 KB |
sha256:79aa4689022612f2bc4a8333c0b1329fb787bc27efc2489d7bf11054ef85a3e8
|
|
|
blob-report-3
Expired
|
78.7 KB |
sha256:36dea2da1ef7a07376325f95006a83c6c64705f1d22edea5766aafe7f4b663f2
|
|
|
blob-report-4
Expired
|
88.7 KB |
sha256:b148ce0477539235c9a249aae818da0793e5a76733b8bc61e6b515da48f8ae6c
|
|
|
blob-report-5
Expired
|
1.83 MB |
sha256:e5f7d7ac3d171f7d5d1858da7bffa73bb219eb864b5ee01e89f737a3f494d7cf
|
|
|
blob-report-6
Expired
|
101 KB |
sha256:885ac345b2df6cefe47712ab84b76d7408280b850a22b2c3f11579e89b2f4b9e
|
|
|
blob-report-7
Expired
|
111 KB |
sha256:28598f38fd6be37b47f350ba9db3b7c40147723b1e6d3e8847d5728b0bdf0077
|
|
|
blob-report-8
Expired
|
83.1 KB |
sha256:f080948a1f329980c7f2f0f24f8e432d98fc4200282d955284f27f9e03da57b8
|
|
|
blob-report-setup
Expired
|
13.8 KB |
sha256:291f4c353b518886fe984c56db7b4cdb48d0e2f62d4e880bf5ff274d3ee1238d
|
|
|
html-report--attempt-2
|
6.82 MB |
sha256:a1c71863b8424e002af8482176d131fd1eaee6d6979d0fdbfa3dad2c92186d87
|
|