Fix workspace collaborator input overflow #7224
test.yml
on: pull_request
unit-test
3m 58s
e2e-test
13m 15s
Annotations
5 errors, 2 warnings, and 1 notice
|
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values:
e2e-tests/fixtures/Plan.ts#L295
2) [e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-component-name="ActivityFormPanel"]').getByRole('combobox', { name: 'None' })
at fixtures/Plan.ts:295
293 |
294 | async fillActivityPresetName(presetName: string) {
> 295 | await this.panelActivityForm.getByRole('combobox', { name: 'None' }).click();
| ^
296 | await this.panelActivityForm.locator('.dropdown-header').waitFor({ state: 'attached' });
297 | await this.panelActivityForm.getByPlaceholder('Enter preset name').click();
298 | await this.panelActivityForm.getByPlaceholder('Enter preset name').fill(presetName);
at Plan.fillActivityPresetName (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Plan.ts:295:74)
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/plan-activity-presets.test.ts:24:20
|
|
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values:
e2e-tests/tests/plan-activity-presets.test.ts#L6
2) [e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
4 | let setup: FullSetupResult;
5 |
> 6 | test.beforeAll(async ({ browser }) => {
| ^
7 | setup = await setupTest(browser);
8 | await setup.plan.goto();
9 |
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/plan-activity-presets.test.ts:6:6
|
|
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values:
e2e-tests/fixtures/Plan.ts#L295
2) [e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for locator('[data-component-name="ActivityFormPanel"]').getByRole('combobox', { name: 'None' })
at fixtures/Plan.ts:295
293 |
294 | async fillActivityPresetName(presetName: string) {
> 295 | await this.panelActivityForm.getByRole('combobox', { name: 'None' }).click();
| ^
296 | await this.panelActivityForm.locator('.dropdown-header').waitFor({ state: 'attached' });
297 | await this.panelActivityForm.getByPlaceholder('Enter preset name').click();
298 | await this.panelActivityForm.getByPlaceholder('Enter preset name').fill(presetName);
at Plan.fillActivityPresetName (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/Plan.ts:295:74)
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/plan-activity-presets.test.ts:24:20
|
|
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values:
e2e-tests/tests/plan-activity-presets.test.ts#L6
2) [e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
"beforeAll" hook timeout of 30000ms exceeded.
4 | let setup: FullSetupResult;
5 |
> 6 | test.beforeAll(async ({ browser }) => {
| ^
7 | setup = await setupTest(browser);
8 | await setup.plan.goto();
9 |
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/plan-activity-presets.test.ts:6:6
|
|
[e2e tests] › e2e-tests/tests/external-sources.test.ts:70:3 › External Sources › External event form should be shown when an event is selected:
e2e-tests/fixtures/ExternalSources.ts#L287
1) [e2e tests] › e2e-tests/tests/external-sources.test.ts:70:3 › External Sources › External event form should be shown when an event is selected
Error: expect(locator).toBeVisible() failed
Locator: getByText('Selected External Source', { exact: true })
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for getByText('Selected External Source', { exact: true })
at fixtures/ExternalSources.ts:287
285 | await sourceRow.click();
286 | // Use exact match to avoid matching "No external sources matching the selected external..."
> 287 | await expect(this.page.getByText('Selected External Source', { exact: true })).toBeVisible({ timeout: 10000 });
| ^
288 | }
289 |
290 | async unlinkDerivationGroup(derivationGroupName: string, sourceTypeName: string) {
at ExternalSources.selectSource (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/ExternalSources.ts:287:84)
at ExternalSources.selectEvent (/home/runner/work/plandev-ui/plandev-ui/e2e-tests/fixtures/ExternalSources.ts:273:5)
at /home/runner/work/plandev-ui/plandev-ui/e2e-tests/tests/external-sources.test.ts:71:5
|
|
Slow Test:
[e2e tests] › e2e-tests/tests/scheduling.test.ts#L0
[e2e tests] › e2e-tests/tests/scheduling.test.ts took 1.0m
|
|
Slow Test:
[e2e tests] › e2e-tests/tests/workspace.test.ts#L0
[e2e tests] › e2e-tests/tests/workspace.test.ts took 1.6m
|
|
🎭 Playwright Run Summary
2 flaky
[e2e tests] › e2e-tests/tests/external-sources.test.ts:70:3 › External Sources › External event form should be shown when an event is selected
[e2e tests] › e2e-tests/tests/plan-activity-presets.test.ts:43:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values
276 passed (9.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
E2E Test Results
|
12.2 MB |
sha256:9d80b3ff9f35258d74724033353acf9051826802fbace09d059bf87db8ccf2f7
|
|
|
Unit Test Results
|
4.5 MB |
sha256:a74778aa3cb12cfc7002861aa7d41e0f758831e14076e021c9fcb785ab1f8140
|
|