test: replace addToAssertionCount checkbox tests in Hooks and DI #7555
playwright.yml
on: pull_request
Annotations
4 errors, 1 warning, and 10 notices
|
[default] › tests/playwright/e2e/files_sharing/files-shares-view.spec.ts:16:1 › files_sharing: opens a shared folder from the shares views:
tests/playwright/e2e/files_sharing/files-shares-view.spec.ts#L34
1) [default] › tests/playwright/e2e/files_sharing/files-shares-view.spec.ts:16:1 › files_sharing: opens a shared folder from the shares views
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="folder"]')
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="folder"]')
32 | await login(page.request, recipient)
33 | await filesListPage.open('sharingin')
> 34 | await expect(filesListPage.getRowForFile('folder')).toBeVisible()
| ^
35 |
36 | await filesListPage.getRowForFile('folder').getByRole('button', { name: /open in files/i }).click()
37 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-shares-view.spec.ts:34:54
|
|
[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-0a7c737e="" 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
|
|
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-shares-view.spec.ts:16:1 › files_sharing: opens a shared folder from the shares views:
tests/playwright/e2e/files_sharing/files-shares-view.spec.ts#L34
2) [default] › tests/playwright/tests/playwright/e2e/files_sharing/files-shares-view.spec.ts:16:1 › files_sharing: opens a shared folder from the shares views
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="folder"]')
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="folder"]')
32 | await login(page.request, recipient)
33 | await filesListPage.open('sharingin')
> 34 | await expect(filesListPage.getRowForFile('folder')).toBeVisible()
| ^
35 |
36 | await filesListPage.getRowForFile('folder').getByRole('button', { name: /open in files/i }).click()
37 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/files-shares-view.spec.ts:34:54
|
|
[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
1) [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-0a7c737e="" 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
|
|
Slow Test:
[default] › tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/e2e/settings/personal-info.spec.ts took 5.2m
|
|
🎭 Playwright Run Summary
47 passed (6.2m)
|
|
🎭 Playwright Run Summary
47 passed (8.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_sharing/files-shares-view.spec.ts:16:1 › files_sharing: opens a shared folder from the shares views
45 passed (7.6m)
|
|
🎭 Playwright Run Summary
7 passed (4.8m)
|
|
🎭 Playwright Run Summary
44 passed (12.1m)
|
|
🎭 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
46 passed (12.2m)
|
|
🎭 Playwright Run Summary
47 passed (13.6m)
|
|
🎭 Playwright Run Summary
48 passed (12.8m)
|
|
🎭 Playwright Run Summary
46 passed (13.5m)
|
|
🎭 Playwright Run Summary
2 flaky
[default] › tests/playwright/tests/playwright/e2e/files/files-sorting.spec.ts:138:2 › Files: Sorting the file list › Sorting works after switching view twice
[default] › tests/playwright/tests/playwright/e2e/files_sharing/files-shares-view.spec.ts:16:1 › files_sharing: opens a shared folder from the shares views
377 passed (19.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
|
88.4 KB |
sha256:a8f865924290a42620b9d1b395c6b8924d145d075ca19b2153aa2daba7acd02e
|
|
|
blob-report-2
|
65.6 KB |
sha256:d6f0462a8823f67412c44a9f8f8fab437e65cb0efb80de60505182457ab625dc
|
|
|
blob-report-3
|
79.8 KB |
sha256:6fd5eb4943c5377dae04a8660c518251e45232d3c4a7f8307e5ad35f87f76843
|
|
|
blob-report-4
|
3.53 MB |
sha256:bb63784099e881d80b289977d656007c84e613129c76aabefd691a49da19a14e
|
|
|
blob-report-5
|
3.22 MB |
sha256:f60faec98cd2dd22171c68c80cb7641ade3a4276f25379f0b15a29d68bbff89e
|
|
|
blob-report-6
|
118 KB |
sha256:96560f22b865017f35c203144a71f88c97850fc74a768390813d3d0bc5947090
|
|
|
blob-report-7
|
111 KB |
sha256:178a2c401ab57c617e0c6c2fe939be678da4376b660d6459bc3259304bd47104
|
|
|
blob-report-8
|
84.6 KB |
sha256:5a25c25f9b6bdf779e7f7682ce0229ad45b8c9133ff24fd512b6c3e9f164dd63
|
|
|
blob-report-setup
|
14.6 KB |
sha256:b222fbc856543d0278aeea12ea8db10da8a1b41f7c69a6546da4598b34170076
|
|
|
html-report--attempt-1
|
7.46 MB |
sha256:6dc93af28e82e46a9c7d2040b480bc0c3bc29ed13bf36b42cbbaf23e673496af
|
|