chore(deps-dev): bump webpack from 5.106.2 to 5.109.2 in /build/frontend-legacy #5069
playwright.yml
on: pull_request
Annotations
6 errors and 10 notices
|
[default] › tests/playwright/e2e/files_external/files-external-failed.spec.ts:19:1 › Create a failed user storage with invalid url:
tests/playwright/e2e/files_external/files-external-failed.spec.ts#L37
1) [default] › tests/playwright/e2e/files_external/files-external-failed.spec.ts:19:1 › Create a failed user storage with invalid url
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="Storage1"]')
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="Storage1"]')
35 | }
36 |
> 37 | await expect(row).toBeVisible()
| ^
38 | await expect(filesListPage.getRowNameLinkForFile('Storage1'))
39 | .toHaveAttribute('title', / \(unavailable\)$/)
40 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_external/files-external-failed.spec.ts:37:20
|
|
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L122
1) [default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share
Error: page.waitForResponse: Test ended.
at ../support/sections/CopyMoveDialogPage.ts:122
120 | await expect(button).toBeEnabled({ timeout: 15000 })
121 |
> 122 | const done = this.page.waitForResponse((r) => r.request().method() === method
| ^
123 | && DAV_FILES_ENDPOINT.test(r.url()))
124 | await button.click()
125 |
at CopyMoveDialogPage.confirm (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:122:26)
at CopyMoveDialogPage.moveToCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:155:3)
at moveToRoot (/home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:113:2)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:158:3
|
|
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share:
tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts#L0
1) [default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share
Test timeout of 135000ms exceeded.
|
|
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share:
tests/playwright/support/sections/CopyMoveDialogPage.ts#L122
2) [default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share
Error: page.waitForResponse: Test ended.
at ../support/sections/CopyMoveDialogPage.ts:122
120 | await expect(button).toBeEnabled({ timeout: 15000 })
121 |
> 122 | const done = this.page.waitForResponse((r) => r.request().method() === method
| ^
123 | && DAV_FILES_ENDPOINT.test(r.url()))
124 | await button.click()
125 |
at CopyMoveDialogPage.confirm (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:122:26)
at CopyMoveDialogPage.moveToCurrentFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/CopyMoveDialogPage.ts:155:3)
at moveToRoot (/home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:113:2)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:158:3
|
|
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share:
tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts#L0
2) [default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share
Test timeout of 135000ms exceeded.
|
|
[default] › tests/playwright/tests/playwright/e2e/files_external/files-external-failed.spec.ts:19:1 › Create a failed user storage with invalid url:
tests/playwright/e2e/files_external/files-external-failed.spec.ts#L37
1) [default] › tests/playwright/tests/playwright/e2e/files_external/files-external-failed.spec.ts:19:1 › Create a failed user storage with invalid url
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="Storage1"]')
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="Storage1"]')
35 | }
36 |
> 37 | await expect(row).toBeVisible()
| ^
38 | await expect(filesListPage.getRowNameLinkForFile('Storage1'))
39 | .toHaveAttribute('title', / \(unavailable\)$/)
40 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_external/files-external-failed.spec.ts:37:20
|
|
🎭 Playwright Run Summary
45 passed (6.4m)
|
|
🎭 Playwright Run Summary
43 passed (7.3m)
|
|
🎭 Playwright Run Summary
7 passed (5.2m)
|
|
🎭 Playwright Run Summary
45 passed (7.3m)
|
|
🎭 Playwright Run Summary
45 passed (7.3m)
|
|
🎭 Playwright Run Summary
45 passed (10.4m)
|
|
🎭 Playwright Run Summary
45 passed (10.5m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_external/files-external-failed.spec.ts:19:1 › Create a failed user storage with invalid url
44 passed (11.8m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share
46 passed (13.5m)
|
|
🎭 Playwright Run Summary
2 flaky
[default] › tests/playwright/tests/playwright/e2e/files_external/files-external-failed.spec.ts:19:1 › Create a failed user storage with invalid url
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:149:2 › files_versions: versions across a share move/copy › moves the versions when a containing folder is moved out of a received share
365 passed (15.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
116 KB |
sha256:070e2b1e1c1d5b93414ba5ea80d0b704f4e929742fbe5e98af66bec1fb4156d5
|
|
|
blob-report-2
Expired
|
108 KB |
sha256:d315cc02beca7567f0b0e48ef2a6eaed1ed4193ba50733949ef1154b80c90daf
|
|
|
blob-report-3
Expired
|
110 KB |
sha256:72eed07c8809eff93ec431ed9a7ba9ee4d355f2fe30d4e83afd0903735d7cc7a
|
|
|
blob-report-4
Expired
|
117 KB |
sha256:1e5198f98114bda86751f4298fda5c9ae9747fe3da89ce150413c66a585a46d9
|
|
|
blob-report-5
Expired
|
2.35 MB |
sha256:20aa6ca7bbe44a7aa27b198a26be322b28bdb08fa83b3eb4d268d5eb4cdd852c
|
|
|
blob-report-6
Expired
|
115 KB |
sha256:f7c817d7ec4046aa4d82d3ba8e9a0c933b417635493e8103b292a7225c74a037
|
|
|
blob-report-7
Expired
|
10.2 MB |
sha256:ef28bada18c5da192b3ca8b99300d45bf7e674494ad9d7d3d966a05f9e765ef6
|
|
|
blob-report-8
Expired
|
111 KB |
sha256:1617ab62365483dab4985f3212ac86afb283269e1c1cec17b90c629de2ef7178
|
|
|
blob-report-setup
Expired
|
45.1 KB |
sha256:22fd8485cf974fb2d71bcbd9b1d6836ab1da7e7082b37437b0b627ee96835900
|
|
|
html-report--attempt-1
Expired
|
13.2 MB |
sha256:cb73559f8fd56bb5e52322a0be12a370a512a4d718811fb9fd3856d31b974da8
|
|