[stable34] build(deps-dev): bump sass from 1.102.0 to 1.103.1 #7144
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
|
|
[admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-limit-to-same-group.spec.ts:42:2 › files_sharing: Sharing limited to members of the same group › keeps the shares while one common group is left:
tests/playwright/e2e/files_sharing/admin-settings-limit-to-same-group.spec.ts#L51
1) [admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-limit-to-same-group.spec.ts:42:2 › files_sharing: Sharing limited to members of the same group › keeps the shares while one common group is left
Error: Failed to login as "o3oid": expected a redirect away from the login page but got status 500 redirecting to "<none>"
49 | await expect(filesListPage.getRowForFile(fromRecipient)).toBeVisible()
50 |
> 51 | await login(page.request, recipient)
| ^
52 | await filesListPage.open()
53 | await expect(filesListPage.getRowForFile(fromUser)).toBeVisible()
54 | })
at login (/home/runner/work/server/server/node_modules/@nextcloud/e2e-test-server/lib/playwright.ts:60:9)
at /home/runner/work/server/server/tests/playwright/e2e/files_sharing/admin-settings-limit-to-same-group.spec.ts:51:3
|
|
[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/files_sharing/admin-settings-limit-to-same-group.spec.ts:42:2 › files_sharing: Sharing limited to members of the same group › keeps the shares while one common group is left:
../../../../work/server/server/tests/playwright/e2e/files_sharing/admin-settings-limit-to-same-group.spec.ts#L51
1) [admin-settings] › tests/playwright/tests/playwright/e2e/files_sharing/admin-settings-limit-to-same-group.spec.ts:42:2 › files_sharing: Sharing limited to members of the same group › keeps the shares while one common group is left
Error: Failed to login as "o3oid": expected a redirect away from the login page but got status 500 redirecting to "<none>"
49 | await expect(filesListPage.getRowForFile(fromRecipient)).toBeVisible()
50 |
> 51 | await login(page.request, recipient)
| ^
52 | await filesListPage.open()
53 | await expect(filesListPage.getRowForFile(fromUser)).toBeVisible()
54 | })
at login (/home/runner/work/server/server/node_modules/@nextcloud/e2e-test-server/lib/playwright.ts:60:9)
at /home/runner/work/server/server/tests/playwright/e2e/files_sharing/admin-settings-limit-to-same-group.spec.ts:51:3
|
|
🎭 Playwright Run Summary
44 passed (4.6m)
|
|
🎭 Playwright Run Summary
7 passed (3.6m)
|
|
🎭 Playwright Run Summary
44 passed (6.2m)
|
|
🎭 Playwright Run Summary
44 passed (6.3m)
|
|
🎭 Playwright Run Summary
43 passed (6.5m)
|
|
🎭 Playwright Run Summary
44 passed (7.1m)
|
|
🎭 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
43 passed (7.1m)
|
|
🎭 Playwright Run Summary
45 passed (8.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[admin-settings] › tests/playwright/e2e/files_sharing/admin-settings-limit-to-same-group.spec.ts:42:2 › files_sharing: Sharing limited to members of the same group › keeps the shares while one common group is left
44 passed (8.8m)
|
|
🎭 Playwright Run Summary
2 flaky
[admin-settings] › tests/playwright/tests/playwright/e2e/files_sharing/admin-settings-limit-to-same-group.spec.ts:42:2 › files_sharing: Sharing limited to members of the same group › keeps the shares while one common group is left
[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
358 passed (8.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
2.17 MB |
sha256:ee5055b86512b0afed257c4b99bf9ac9f72265d4d942b3eae498f464c557d5a1
|
|
|
blob-report-2
Expired
|
62.9 KB |
sha256:87b8fc750bb2bd3014a23c0984f250fd18f1644439761302aba8e50f112ede23
|
|
|
blob-report-3
Expired
|
74 KB |
sha256:684bc8f6a2fefb88bceb5e68f9e7cdbc5750bf118712b46d678f74cdb15c595a
|
|
|
blob-report-4
Expired
|
84 KB |
sha256:325846bd8a711af21dbfdee75132db47a0cc2e7906629f13f691dafef7761d0e
|
|
|
blob-report-5
Expired
|
1.62 MB |
sha256:99c5a24f439fb542dbf463057ee96622d1c1b634e358b75740464459b6fe014d
|
|
|
blob-report-6
Expired
|
101 KB |
sha256:4f6ee4ab5a7e86bd6c96f87f1e1f028e8bb5157b2e4365bfb9d7b55634b417f1
|
|
|
blob-report-7
Expired
|
101 KB |
sha256:8327a8a64e68f292a30eb5bb2957196707674155aad74312e1291038226d8b68
|
|
|
blob-report-8
Expired
|
80.4 KB |
sha256:51614c8c959aa50f2b172d3a3a2ff493e757a293e4aa6a7e198849e04ea9df69
|
|
|
blob-report-setup
Expired
|
14.4 KB |
sha256:6e236a34c3b3f5de581867acf87c600378c7d09bac15bf917b98302abb48688b
|
|
|
html-report--attempt-1
|
4.48 MB |
sha256:9ebbaa87fd637a6d4220bb9c8b7bf355e70c31c5a96e374bf3dd1827758c9b72
|
|