build(deps): bump the npm_and_yarn group across 1 directory with 2 updates #132
Annotations
9 errors and 5 notices
|
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1850:1 › Open PR drawer uses Git Database API atomic commit path by default:
playwright/helpers/app-test-helpers.ts#L553
2) [chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1850:1 › Open PR drawer uses Git Database API atomic commit path by default
Error: expect(locator).toHaveValue(expected) failed
Locator: getByLabel('Pull request repository')
Expected: "knightedcodemonkey/develop"
Received: ""
Timeout: 90000ms
Call log:
- Expect "toHaveValue" with timeout 90000ms
- waiting for getByLabel('Pull request repository')
93 × locator resolved to <select disabled id="github-pr-repo-select" aria-label="Pull request repository">…</select>
- unexpected value ""
at helpers/app-test-helpers.ts:553
551 |
552 | const repoSelect = page.getByLabel('Pull request repository')
> 553 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
| ^
554 | await expect(repoSelect).toBeDisabled()
555 |
556 | await expect(
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:553:28)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:1986:3
|
|
[chromium] › playwright/github-pr-drawer/active-context-switch.spec.ts:1175:1 › Active PR context deactivates after token remove and re-add when PR is closed:
playwright/github-pr-drawer/active-context-switch.spec.ts#L1296
1) [chromium] › playwright/github-pr-drawer/active-context-switch.spec.ts:1175:1 › Active PR context deactivates after token remove and re-add when PR is closed
Error: expect(locator).toContainText(expected) failed
Locator: getByRole('status', { name: 'Open pull request status', includeHidden: true })
Expected substring: "Repository is selected from Workspaces."
Received string: "Saved pull request context is not open on GitHub. Open PR mode restored."
Timeout: 90000ms
Call log:
- Expect "toContainText" with timeout 90000ms
- waiting for getByRole('status', { name: 'Open pull request status', includeHidden: true })
93 × locator resolved to <p role="status" data-level="neutral" id="github-pr-status" class="github-pr-drawer__status" aria-label="Open pull request status">Saved pull request context is not open on GitHub.…</p>
- unexpected value "Saved pull request context is not open on GitHub. Open PR mode restored."
1294 | await expect(
1295 | page.getByRole('status', { name: 'Open pull request status', includeHidden: true }),
> 1296 | ).toContainText('Repository is selected from Workspaces.')
| ^
1297 | })
1298 |
1299 | test('Active PR context recovers when saved head branch is missing but PR metadata exists', async ({
at /home/runner/work/develop/develop/playwright/github-pr-drawer/active-context-switch.spec.ts:1296:5
|
|
[webkit] › playwright/github-pr-drawer/open-pr-confirmation.spec.ts:213:1 › Open PR drawer strips App wrapper from committed source when toggled off:
playwright/helpers/app-test-helpers.ts#L544
2) [webkit] › playwright/github-pr-drawer/open-pr-confirmation.spec.ts:213:1 › Open PR drawer strips App wrapper from committed source when toggled off
Error: locator.selectOption: Test timeout of 120000ms exceeded.
Call log:
- waiting for getByLabel('Stored workspace')
- locator resolved to <select id="workspaces-select" aria-label="Stored workspace">…</select>
- attempting select option action
2 × waiting for element to be visible and enabled
- element is not visible
- retrying select option action
- waiting 20ms
2 × waiting for element to be visible and enabled
- element is not visible
- retrying select option action
- waiting 100ms
229 × waiting for element to be visible and enabled
- element is not visible
- retrying select option action
- waiting 500ms
at helpers/app-test-helpers.ts:544
542 |
543 | if (workspaceValue) {
> 544 | await storedWorkspace.selectOption(workspaceValue)
| ^
545 | await page.getByRole('button', { name: 'Open', exact: true }).click()
546 | }
547 | }
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:544:31)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-confirmation.spec.ts:338:3
|
|
[webkit] › playwright/github-pr-drawer/open-pr-confirmation.spec.ts:213:1 › Open PR drawer strips App wrapper from committed source when toggled off:
playwright/github-pr-drawer/open-pr-confirmation.spec.ts#L0
2) [webkit] › playwright/github-pr-drawer/open-pr-confirmation.spec.ts:213:1 › Open PR drawer strips App wrapper from committed source when toggled off
Test timeout of 120000ms exceeded.
|
|
[webkit] › playwright/github-pr-drawer/active-context-switch.spec.ts:23:1 › Switching active workspace to inactive preserves switched-from record integrity:
playwright/github-pr-drawer/active-context-switch.spec.ts#L30
1) [webkit] › playwright/github-pr-drawer/active-context-switch.spec.ts:23:1 › Switching active workspace to inactive preserves switched-from record integrity
Error: expect(locator).toContainText(expected) failed
Locator: getByRole('status', { name: 'App status' })
Expected substring: "Rendered"
Received string: "Loaded local workspace context."
Timeout: 90000ms
Call log:
- Expect "toContainText" with timeout 90000ms
- waiting for getByRole('status', { name: 'App status' })
93 × locator resolved to <div id="status" role="status" aria-label="App status" class="status status--neutral">Loaded local workspace context.</div>
- unexpected value "Loaded local workspace context."
28 | targetState: 'inactive',
29 | })
> 30 | await expect(page.getByRole('status', { name: 'App status' })).toContainText('Rendered')
| ^
31 | })
32 |
33 | test('Switching active workspace to closed preserves switched-from record integrity', async ({
at /home/runner/work/develop/develop/playwright/github-pr-drawer/active-context-switch.spec.ts:30:66
|
|
[webkit] › playwright/rendering-modes/core.spec.ts:408:1 › react mode typecheck loads types without malformed URL fetches:
playwright/helpers/app-test-helpers.ts#L77
4) [webkit] › playwright/rendering-modes/core.spec.ts:408:1 › react mode typecheck loads types without malformed URL fetches
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 90000ms exceeded while waiting on the predicate
at helpers/app-test-helpers.ts:77
75 | await navigateToApp(page, path)
76 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible()
> 77 | await expect
| ^
78 | .poll(async () => {
79 | const statusText = (
80 | await page.getByRole('status', { name: 'App status' }).textContent()
at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:77:3)
at waitForInitialRender (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:141:3)
at /home/runner/work/develop/develop/playwright/rendering-modes/core.spec.ts:411:3
|
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:2139:1 › Open PR drawer hard-fails when requested head branch already exists:
playwright/helpers/app-test-helpers.ts#L553
3) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:2139:1 › Open PR drawer hard-fails when requested head branch already exists
Error: expect(locator).toHaveValue(expected) failed
Locator: getByLabel('Pull request repository')
Expected: "knightedcodemonkey/develop"
Received: ""
Timeout: 90000ms
Call log:
- Expect "toHaveValue" with timeout 90000ms
- waiting for getByLabel('Pull request repository')
93 × locator resolved to <select disabled id="github-pr-repo-select" aria-label="Pull request repository">…</select>
- unexpected value ""
at helpers/app-test-helpers.ts:553
551 |
552 | const repoSelect = page.getByLabel('Pull request repository')
> 553 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
| ^
554 | await expect(repoSelect).toBeDisabled()
555 |
556 | await expect(
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:553:28)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:2224:3
|
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1451:1 › Changing head does not update current workspace without explicit submit:
playwright/helpers/app-test-helpers.ts#L77
2) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1451:1 › Changing head does not update current workspace without explicit submit
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 90000ms exceeded while waiting on the predicate
at helpers/app-test-helpers.ts:77
75 | await navigateToApp(page, path)
76 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible()
> 77 | await expect
| ^
78 | .poll(async () => {
79 | const statusText = (
80 | await page.getByRole('status', { name: 'App status' }).textContent()
at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:77:3)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:1479:3
|
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1119:1 › Non-Local New workspace forks a new repository-scoped workspace when entries exist:
playwright/helpers/app-test-helpers.ts#L77
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1119:1 › Non-Local New workspace forks a new repository-scoped workspace when entries exist
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
Call Log:
- Timeout 90000ms exceeded while waiting on the predicate
at helpers/app-test-helpers.ts:77
75 | await navigateToApp(page, path)
76 | await expect(page.getByRole('heading', { name: '@knighted/develop' })).toBeVisible()
> 77 | await expect
| ^
78 | .poll(async () => {
79 | const statusText = (
80 | await page.getByRole('status', { name: 'App status' }).textContent()
at waitForAppReady (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:77:3)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:1140:3
|
|
🎭 Playwright Run Summary
45 passed (4.2m)
|
|
🎭 Playwright Run Summary
45 passed (5.4m)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › playwright/github-pr-drawer/active-context-switch.spec.ts:1175:1 › Active PR context deactivates after token remove and re-add when PR is closed
[chromium] › playwright/github-pr-drawer/open-pr-create.spec.ts:1850:1 › Open PR drawer uses Git Database API atomic commit path by default
178 passed (7.7m)
|
|
🎭 Playwright Run Summary
2 flaky
[webkit] › playwright/github-pr-drawer/active-context-switch.spec.ts:23:1 › Switching active workspace to inactive preserves switched-from record integrity
[webkit] › playwright/github-pr-drawer/open-pr-confirmation.spec.ts:213:1 › Open PR drawer strips App wrapper from committed source when toggled off
1 skipped
42 passed (9.4m)
|
|
🎭 Playwright Run Summary
4 flaky
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1119:1 › Non-Local New workspace forks a new repository-scoped workspace when entries exist
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1451:1 › Changing head does not update current workspace without explicit submit
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:2139:1 › Open PR drawer hard-fails when requested head branch already exists
[webkit] › playwright/rendering-modes/core.spec.ts:408:1 › react mode typecheck loads types without malformed URL fetches
3 skipped
38 passed (11.6m)
|