build(deps-dev): bump qs from 6.15.0 to 6.15.2 in the npm_and_yarn group across 1 directory #176
Annotations
2 errors and 5 notices
|
[webkit] › playwright/share-workspace.spec.ts:94:1 › share button is shown for local workspace and copies a share URL:
playwright/share-workspace.spec.ts#L113
1) [webkit] › playwright/share-workspace.spec.ts:94:1 › share button is shown for local workspace and copies a share URL
Error: expect(locator).toContainText(expected) failed
Locator: getByRole('status', { name: 'App status' })
Expected substring: "Share link copied"
Received string: "Rendered"
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">Rendered</div>
- unexpected value "Rendered"
111 |
112 | await shareButton.click()
> 113 | await expect(page.getByRole('status', { name: 'App status' })).toContainText(
| ^
114 | 'Share link copied',
115 | )
116 |
at /home/runner/work/develop/develop/playwright/share-workspace.spec.ts:113:66
|
|
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:2211:1 › Open PR drawer starts with empty title/description and short default head:
playwright/helpers/app-test-helpers.ts#L588
1) [webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:2211:1 › Open PR drawer starts with empty title/description and short default head
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:2215:3
|
|
🎭 Playwright Run Summary
1 skipped
50 passed (6.5m)
|
|
🎭 Playwright Run Summary
204 passed (6.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/share-workspace.spec.ts:94:1 › share button is shown for local workspace and copies a share URL
50 passed (7.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/github-pr-drawer/open-pr-create.spec.ts:2211:1 › Open PR drawer starts with empty title/description and short default head
3 skipped
47 passed (6.9m)
|
|
🎭 Playwright Run Summary
51 passed (7.9m)
|