[stable35] 35.0.1 RC1 #10044
playwright.yml
on: pull_request
Annotations
4 errors, 2 warnings, and 10 notices
|
[default] › tests/playwright/e2e/core/header-unified-search.spec.ts:179:2 › Header: unified search keyboard navigation › the open search overlay suppresses the app keyboard shortcuts behind it:
tests/playwright/e2e/core/header-unified-search.spec.ts#L198
1) [default] › tests/playwright/e2e/core/header-unified-search.spec.ts:179:2 › Header: unified search keyboard navigation › the open search overlay suppresses the app keyboard shortcuts behind it
Error: expect(locator).toBeVisible() failed
Locator: locator('#unified-search-results').getByRole('option').first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" locator('#unified-search-results').getByRole('option').first() with timeout 5000ms
- waiting for locator('#unified-search-results').getByRole('option').first()
196 | // list behind the overlay.
197 | await search.input().fill(TOKEN)
> 198 | await expect(search.options().first()).toBeVisible()
| ^
199 | await page.keyboard.press('Tab')
200 | await expect(search.input()).not.toBeFocused()
201 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/header-unified-search.spec.ts:198:42
|
|
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:163:2 › files_versions: versions across a share move/copy › copies the versions when a containing folder is copied out of a received share:
tests/playwright/support/sections/FilesListPage.ts#L450
1) [default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:163:2 › files_versions: versions across a share move/copy › copies the versions when a containing folder is copied out of a received share
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="sub"]').locator('[data-cy-files-list-row-name-link]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" locator('[data-cy-files-list-row-name="sub"]').locator('[data-cy-files-list-row-name-link]') with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-name="sub"]').locator('[data-cy-files-list-row-name-link]')
at ../support/sections/FilesListPage.ts:450
448 | // the same text.
449 | const link = this.getRowNameLinkForFile(directory)
> 450 | await expect(link).toBeVisible()
| ^
451 | await link.click()
452 |
453 | // Assert the deepest segment of the `dir` query param matches the folder
at FilesListPage.navigateToFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:450:23)
at assertVersionsContent (/home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:95:23)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:174:3
|
|
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:163:2 › files_versions: versions across a share move/copy › copies the versions when a containing folder is copied out of a received share:
tests/playwright/support/sections/FilesListPage.ts#L450
2) [default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:163:2 › files_versions: versions across a share move/copy › copies the versions when a containing folder is copied out of a received share
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy-files-list-row-name="sub"]').locator('[data-cy-files-list-row-name-link]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" locator('[data-cy-files-list-row-name="sub"]').locator('[data-cy-files-list-row-name-link]') with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-name="sub"]').locator('[data-cy-files-list-row-name-link]')
at ../support/sections/FilesListPage.ts:450
448 | // the same text.
449 | const link = this.getRowNameLinkForFile(directory)
> 450 | await expect(link).toBeVisible()
| ^
451 | await link.click()
452 |
453 | // Assert the deepest segment of the `dir` query param matches the folder
at FilesListPage.navigateToFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/FilesListPage.ts:450:23)
at assertVersionsContent (/home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:95:23)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:174:3
|
|
[default] › tests/playwright/tests/playwright/e2e/core/header-unified-search.spec.ts:179:2 › Header: unified search keyboard navigation › the open search overlay suppresses the app keyboard shortcuts behind it:
tests/playwright/e2e/core/header-unified-search.spec.ts#L198
1) [default] › tests/playwright/tests/playwright/e2e/core/header-unified-search.spec.ts:179:2 › Header: unified search keyboard navigation › the open search overlay suppresses the app keyboard shortcuts behind it
Error: expect(locator).toBeVisible() failed
Locator: locator('#unified-search-results').getByRole('option').first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" locator('#unified-search-results').getByRole('option').first() with timeout 5000ms
- waiting for locator('#unified-search-results').getByRole('option').first()
196 | // list behind the overlay.
197 | await search.input().fill(TOKEN)
> 198 | await expect(search.options().first()).toBeVisible()
| ^
199 | await page.keyboard.press('Tab')
200 | await expect(search.input()).not.toBeFocused()
201 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/core/header-unified-search.spec.ts:198:42
|
|
Slow Test:
[default] › tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/e2e/settings/personal-info.spec.ts took 5.3m
|
|
Slow Test:
[default] › tests/playwright/tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/tests/playwright/e2e/settings/personal-info.spec.ts took 5.3m
|
|
🎭 Playwright Run Summary
38 passed (7.6m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/core/header-unified-search.spec.ts:179:2 › Header: unified search keyboard navigation › the open search overlay suppresses the app keyboard shortcuts behind it
37 passed (9.9m)
|
|
🎭 Playwright Run Summary
37 passed (9.7m)
|
|
🎭 Playwright Run Summary
38 passed (9.7m)
|
|
🎭 Playwright Run Summary
37 passed (10.2m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:163:2 › files_versions: versions across a share move/copy › copies the versions when a containing folder is copied out of a received share
36 passed (13.0m)
|
|
🎭 Playwright Run Summary
37 passed (11.1m)
|
|
🎭 Playwright Run Summary
7 passed (6.8m)
|
|
🎭 Playwright Run Summary
37 passed (13.2m)
|
|
🎭 Playwright Run Summary
2 flaky
[default] › tests/playwright/tests/playwright/e2e/core/header-unified-search.spec.ts:179:2 › Header: unified search keyboard navigation › the open search overlay suppresses the app keyboard shortcuts behind it
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-cross-share-move-and-copy.spec.ts:163:2 › files_versions: versions across a share move/copy › copies the versions when a containing folder is copied out of a received share
304 passed (16.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
html-report--attempt-1
|
13.6 MB |
sha256:44b62743c044f0c52343d2a49f20c900a99eafd9ba90325ae5470d246eb7a440
|
|