fix(user_ldap): Use proper function builder instead of hardcoded COUNT #5302
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
2) [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/search.spec.ts:130:2 › files: search › keeps the query in the URL:
tests/playwright/support/sections/FilesListPage.ts#L129
1) [default] › 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:129
127 | }).toPass({ timeout: 15000 })
128 |
> 129 | await reloadItem.click()
| ^
130 | await this.waitForListLoaded()
131 | }
132 |
at FilesListPage.reloadCurrentFolder (/home/runner/work/server/server/tests/playwright/support/sections/FilesListPage.ts:129:20)
at /home/runner/work/server/server/tests/playwright/e2e/files/search.spec.ts:138:3
|
|
[default] › tests/playwright/e2e/files/search.spec.ts:130:2 › files: search › keeps the query in the URL:
tests/playwright/e2e/files/search.spec.ts#L0
1) [default] › tests/playwright/e2e/files/search.spec.ts:130:2 › files: search › keeps the query in the URL
Test timeout of 45000ms exceeded.
|
|
[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
72 × 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/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
3) [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
|
|
[default] › 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#L129
2) [default] › 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:129
127 | }).toPass({ timeout: 15000 })
128 |
> 129 | await reloadItem.click()
| ^
130 | await this.waitForListLoaded()
131 | }
132 |
at FilesListPage.reloadCurrentFolder (/home/runner/work/server/server/tests/playwright/support/sections/FilesListPage.ts:129:20)
at /home/runner/work/server/server/tests/playwright/e2e/files/search.spec.ts:138:3
|
|
[default] › 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
2) [default] › tests/playwright/tests/playwright/e2e/files/search.spec.ts:130:2 › files: search › keeps the query in the URL
Test timeout of 45000ms exceeded.
|
|
[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
72 × 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.6m)
|
|
🎭 Playwright Run Summary
7 passed (5.2m)
|
|
🎭 Playwright Run Summary
45 passed (7.0m)
|
|
🎭 Playwright Run Summary
45 passed (6.7m)
|
|
🎭 Playwright Run Summary
2 flaky
[default] › tests/playwright/e2e/files/search.spec.ts:130:2 › files: search › keeps the query in the URL
[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
43 passed (7.1m)
|
|
🎭 Playwright Run Summary
45 passed (7.8m)
|
|
🎭 Playwright Run Summary
43 passed (12.3m)
|
|
🎭 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 (15.3m)
|
|
🎭 Playwright Run Summary
47 passed (16.8m)
|
|
🎭 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/search.spec.ts:130:2 › files: search › keeps the query in the URL
[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
364 passed (22.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
4.36 MB |
sha256:2b94a5c80e9b3003a9c8182deb347934af988e4e587e37aba7d51facb6ad8630
|
|
|
blob-report-2
Expired
|
61.3 KB |
sha256:db7e37ef183cf987e080902966740c8237a13e9ee060bff2547e91974efa798e
|
|
|
blob-report-3
Expired
|
77.9 KB |
sha256:80627f7e1a29f2bd825a2782f6c598839e37b1a2b445c6cb2a92839b3a9ec64b
|
|
|
blob-report-4
Expired
|
84.5 KB |
sha256:32c8b0bc05b1ded47bb73a71fc27597133819a9b6abe0f7c90a5a62589cb3e84
|
|
|
blob-report-5
Expired
|
5.22 MB |
sha256:579019828026c1292c6b17c205828ddd7fb126f1ca336cf0f98e5ea7acce07bb
|
|
|
blob-report-6
Expired
|
84.4 KB |
sha256:b03a94214ab906ca2e6c3445006ab841d7df65e061ff157812fe2c94d2fbe0c5
|
|
|
blob-report-7
Expired
|
116 KB |
sha256:3009fed31dece63da383151d60afe39b43fa69e6338408315c16bcefa36dfc58
|
|
|
blob-report-8
Expired
|
81.9 KB |
sha256:67984b3673a4891db6a3987c1a816d7fd1832a85a7bff8ba32a6d90d6110f899
|
|
|
blob-report-setup
Expired
|
14 KB |
sha256:7dc56d5e3c2b6b6dae58144d4ffa9cc711391030746442f03311310413cac15d
|
|
|
html-report--attempt-1
Expired
|
10.3 MB |
sha256:7611dd76e6008f9f6ff2ad273a6c79062f78a82164eaa3701dc02071aeefe213
|
|