[stable34] fix(files): do not let a failing move hook break the move or hide files #4755
playwright.yml
on: pull_request
Annotations
6 errors, 1 warning, 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
|
|
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:128:2 › files_versions: versions across a share move/copy › moves the versions when the file 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:128:2 › files_versions: versions across a share move/copy › moves the versions when the file 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:133:3
|
|
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:128:2 › files_versions: versions across a share move/copy › moves the versions when the file 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:128:2 › files_versions: versions across a share move/copy › moves the versions when the file 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:128:2 › files_versions: versions across a share move/copy › moves the versions when the file 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:128:2 › files_versions: versions across a share move/copy › moves the versions when the file 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:133:3
|
|
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:128:2 › files_versions: versions across a share move/copy › moves the versions when the file 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:128:2 › files_versions: versions across a share move/copy › moves the versions when the file is moved out of a received share
Test timeout of 135000ms 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
1) [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
|
|
Playwright tests for installer
Docker network rm failed with exit code 1
|
|
🎭 Playwright Run Summary
44 passed (5.6m)
|
|
🎭 Playwright Run Summary
43 passed (7.3m)
|
|
🎭 Playwright Run Summary
7 passed (4.2m)
|
|
🎭 Playwright Run Summary
45 passed (9.3m)
|
|
🎭 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.9m)
|
|
🎭 Playwright Run Summary
43 passed (10.1m)
|
|
🎭 Playwright Run Summary
43 passed (11.4m)
|
|
🎭 Playwright Run Summary
44 passed (11.3m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:128:2 › files_versions: versions across a share move/copy › moves the versions when the file is moved out of a received share
43 passed (11.7m)
|
|
🎭 Playwright Run Summary
2 flaky
[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
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:128:2 › files_versions: versions across a share move/copy › moves the versions when the file is moved out of a received share
355 passed (18.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
86.2 KB |
sha256:c1f29256c1bc0238bf6b9501a8bcbd286f5ccd3cf17b771ec04a65b013962fae
|
|
|
blob-report-2
Expired
|
63.6 KB |
sha256:2469fdd92de7dfb45d440a4eac7450f8e498d8211290ee1a16bed8c78d2624d4
|
|
|
blob-report-3
Expired
|
75.6 KB |
sha256:7c74f2055afa1e5b663364e258abd233b029e3c6840c26365bfc4621b775dce4
|
|
|
blob-report-4
Expired
|
89.4 KB |
sha256:e38323b48e2e403ac6358763ac3046730e100662f16dd589de738d274b33e5f4
|
|
|
blob-report-5
Expired
|
1.68 MB |
sha256:c5836ceae707d596d2f45b35cd5363e8df25603843e8420221ade141ec2c7c44
|
|
|
blob-report-6
Expired
|
10.8 MB |
sha256:89341b2f64e1f109128cb0a14eff08b6b308254f9d98834f012b812821f12deb
|
|
|
blob-report-7
Expired
|
92.5 KB |
sha256:76d74f9c863ddc8f05d09b86e80f6cbd353898abd49054921877049e98184410
|
|
|
blob-report-8
Expired
|
83.4 KB |
sha256:d129e75882112d01cc16871d31bb302db8a0ec4fffe3292848da28b1343090ae
|
|
|
blob-report-setup
Expired
|
16.1 KB |
sha256:a72e8d4ab0cb8ef3780b7c5fcd372829d93b88ba028f27df10ba6c519427d372
|
|
|
html-report--attempt-1
Expired
|
13.2 MB |
sha256:42eea2b740ba27efc7aee03ffbb3ba60e6fea2345c3f0f7d51eaefa7716a2bf2
|
|