[stable34] chore: add playwright.config.ts to .nextcloudignore
#5440
playwright.yml
on: pull_request
Annotations
6 errors and 10 notices
|
[default] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice:
tests/playwright/e2e/files/files-sorting.spec.ts#L159
1) [default] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
Error: expect(locator).toHaveAttribute(expected) failed
Locator: getByRole('columnheader', { name: 'Size' })
Expected: "ascending"
Received: "descending"
Timeout: 5000ms
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for getByRole('columnheader', { name: 'Size' })
14 × locator resolved to <th data-v-12d5b60e="" aria-sort="descending" class="files-list__column files-list__row-size files-list__column--sortable">…</th>
- unexpected value "descending"
157 |
158 | await filesListPage.sortByColumn('Size')
> 159 | await expect(filesListPage.getColumnHeader('Size')).toHaveAttribute('aria-sort', 'ascending')
| ^
160 | await expect.poll(() => filesListPage.getRowNames()).toEqual([
161 | 'folder',
162 | '1 tiny.txt',
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-sorting.spec.ts:159:55
|
|
[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
76 × 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/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice:
tests/playwright/e2e/files/files-sorting.spec.ts#L159
2) [default] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
Error: expect(locator).toHaveAttribute(expected) failed
Locator: getByRole('columnheader', { name: 'Size' })
Expected: "ascending"
Received: "descending"
Timeout: 5000ms
Call log:
- Expect "toHaveAttribute" with timeout 5000ms
- waiting for getByRole('columnheader', { name: 'Size' })
14 × locator resolved to <th data-v-12d5b60e="" aria-sort="descending" class="files-list__column files-list__row-size files-list__column--sortable">…</th>
- unexpected value "descending"
157 |
158 | await filesListPage.sortByColumn('Size')
> 159 | await expect(filesListPage.getColumnHeader('Size')).toHaveAttribute('aria-sort', 'ascending')
| ^
160 | await expect.poll(() => filesListPage.getRowNames()).toEqual([
161 | 'folder',
162 | '1 tiny.txt',
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-sorting.spec.ts:159:55
|
|
[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
76 × 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
43 passed (9.0m)
|
|
🎭 Playwright Run Summary
44 passed (10.3m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
43 passed (11.0m)
|
|
🎭 Playwright Run Summary
7 passed (5.1m)
|
|
🎭 Playwright Run Summary
43 passed (11.8m)
|
|
🎭 Playwright Run Summary
44 passed (11.8m)
|
|
🎭 Playwright Run Summary
44 passed (12.8m)
|
|
🎭 Playwright Run Summary
43 passed (11.0m)
|
|
🎭 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 (14.5m)
|
|
🎭 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/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
355 passed (29.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
3.7 MB |
sha256:b15a82ed68b84a63e4c9a3330fd33c956755f1fe67d63e4020a42431d626c3a8
|
|
|
blob-report-2
Expired
|
61.9 KB |
sha256:1c04616510145c9a24364423ddfa17e3d880ad32f1de89d60159172d8e63c3d4
|
|
|
blob-report-3
Expired
|
74.4 KB |
sha256:873929994808f0d90fd46720b590b68a4aee967dc7706369ead7d7789e8606f7
|
|
|
blob-report-4
Expired
|
2.95 MB |
sha256:0ed5cebe16c2a62fc15e37ab0e4f96243dfc3a8af136f6e65ddd25e02a81a59a
|
|
|
blob-report-5
Expired
|
86 KB |
sha256:b05530ed99baca3e554ea6bfd2a0580ebc86f55f172ce0cd97b9eb5e1eb2917e
|
|
|
blob-report-6
Expired
|
102 KB |
sha256:27c4505fc8a4ad656c19f1dfaf783f6eba860a68e6281e16396ab79103d73db2
|
|
|
blob-report-7
Expired
|
89.7 KB |
sha256:5f6de36dccdc4e6b19b69bde8dbe2789a9d38b2ebf2f3207d2ca9f0fd3d3c03b
|
|
|
blob-report-8
Expired
|
81.2 KB |
sha256:e5f7f8acd27632b196c354e0ae122e5e9131d7eb2c0802ff8f45a6619cccb172
|
|
|
blob-report-setup
Expired
|
13.9 KB |
sha256:577fd7a0a24d782a22ad81c4d1e15f66f6b26b0d1cd66a57cbe865be9f0052c5
|
|
|
html-report--attempt-1
Expired
|
7.35 MB |
sha256:ec6f1c441fb6c6a8ae9aaa5a9a74da9720058d91090d8521e37f19376450bd23
|
|