docs: update article. #183
Annotations
7 errors and 4 notices
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1942:1 › Open PR drawer uses Git Database API atomic commit path by default:
playwright/helpers/app-test-helpers.ts#L588
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1942: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:588
586 | if (assertPrRepositorySelected) {
587 | const repoSelect = page.getByLabel('Pull request repository')
> 588 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
| ^
589 | await expect(repoSelect).toBeDisabled()
590 | }
591 |
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:588:30)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-create.spec.ts:2078:3
|
|
E2E (Playwright, webkit, shard 2/4)
Canceling since a higher priority waiting request for playwright-Playwright-refs/pull/146/merge exists
|
|
E2E (Playwright, webkit, shard 2/4)
The operation was canceled.
|
|
[webkit] › playwright/github-pr-drawer/open-pr-confirmation.spec.ts:40:1 › Open PR drawer include entry tab checkbox defaults on and resets on reopen:
playwright/helpers/app-test-helpers.ts#L588
1) [webkit] › playwright/github-pr-drawer/open-pr-confirmation.spec.ts:40:1 › Open PR drawer include entry tab checkbox defaults on and resets on reopen
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:588
586 | if (assertPrRepositorySelected) {
587 | const repoSelect = page.getByLabel('Pull request repository')
> 588 | await expect(repoSelect).toHaveValue('knightedcodemonkey/develop')
| ^
589 | await expect(repoSelect).toBeDisabled()
590 | }
591 |
at connectByotWithSingleRepo (/home/runner/work/develop/develop/playwright/helpers/app-test-helpers.ts:588:30)
at /home/runner/work/develop/develop/playwright/github-pr-drawer/open-pr-confirmation.spec.ts:44:3
|
|
E2E (Playwright, webkit, shard 1/4)
Canceling since a higher priority waiting request for playwright-Playwright-refs/pull/146/merge exists
|
|
E2E (Playwright, webkit, shard 1/4)
The operation was canceled.
|
|
Playwright
Canceling since a higher priority waiting request for playwright-Playwright-refs/pull/146/merge exists
|
|
🎭 Playwright Run Summary
51 passed (5.2m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:1942:1 › Open PR drawer uses Git Database API atomic commit path by default
3 skipped
47 passed (6.0m)
|
|
🎭 Playwright Run Summary
205 passed (6.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/github-pr-drawer/open-pr-confirmation.spec.ts:40:1 › Open PR drawer include entry tab checkbox defaults on and resets on reopen
1 skipped
49 passed (8.6m)
|