Skip to content

Add toggle to autosize activity table columns #2679

Add toggle to autosize activity table columns

Add toggle to autosize activity table columns #2679

Triggered via pull request November 29, 2023 22:57
Status Failure
Total duration 14m 0s
Artifacts 1

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 3 warnings, and 1 notice
tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout: e2e-tests/tests/constraints.test.ts#L18
1) tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout "beforeAll" hook timeout of 30000ms exceeded. 16 | let schedulingGoals: SchedulingGoals; 17 | > 18 | test.beforeAll(async ({ browser }) => { | ^ 19 | context = await browser.newContext(); 20 | page = await context.newPage(); 21 | at /home/runner/work/***-ui/***-ui/e2e-tests/tests/constraints.test.ts:18:6
tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout: e2e-tests/tests/constraints.test.ts#L36
1) tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout TypeError: Cannot read properties of undefined (reading 'goto') 34 | 35 | test.afterAll(async () => { > 36 | await plans.goto(); | ^ 37 | await plans.deletePlan(); 38 | await models.goto(); 39 | await models.deleteModel(); at /home/runner/work/***-ui/***-ui/e2e-tests/tests/constraints.test.ts:36:15
tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout: e2e-tests/tests/constraints.test.ts#L18
1) tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 30000ms exceeded. 16 | let schedulingGoals: SchedulingGoals; 17 | > 18 | test.beforeAll(async ({ browser }) => { | ^ 19 | context = await browser.newContext(); 20 | page = await context.newPage(); 21 | at /home/runner/work/***-ui/***-ui/e2e-tests/tests/constraints.test.ts:18:6
tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout: e2e-tests/fixtures/Plans.ts#L49
1) tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.ag-row:has-text("great_emerald_rhinoceros")') at fixtures/Plans.ts:49 47 | 48 | async deletePlan() { > 49 | await expect(this.tableRow).toBeVisible(); | ^ 50 | await expect(this.tableRowDeleteButton).not.toBeVisible(); 51 | 52 | await this.tableRow.hover(); at Plans.deletePlan (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/Plans.ts:49:33) at /home/runner/work/***-ui/***-ui/e2e-tests/tests/constraints.test.ts:37:15
tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout: e2e-tests/tests/constraints.test.ts#L18
1) tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── "beforeAll" hook timeout of 30000ms exceeded. 16 | let schedulingGoals: SchedulingGoals; 17 | > 18 | test.beforeAll(async ({ browser }) => { | ^ 19 | context = await browser.newContext(); 20 | page = await context.newPage(); 21 | at /home/runner/work/***-ui/***-ui/e2e-tests/tests/constraints.test.ts:18:6
tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout: e2e-tests/fixtures/Plans.ts#L49
1) tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.ag-row:has-text("eerie_jade_tiglon")') at fixtures/Plans.ts:49 47 | 48 | async deletePlan() { > 49 | await expect(this.tableRow).toBeVisible(); | ^ 50 | await expect(this.tableRowDeleteButton).not.toBeVisible(); 51 | 52 | await this.tableRow.hover(); at Plans.deletePlan (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/Plans.ts:49:33) at /home/runner/work/***-ui/***-ui/e2e-tests/tests/constraints.test.ts:37:15
tests/dictionaries.test.ts:21:3 › Dictionaries › Create command dictionary: e2e-tests/tests/dictionaries.test.ts#L1
2) tests/dictionaries.test.ts:21:3 › Dictionaries › Create command dictionary ──────────────────── Test timeout of 30000ms exceeded.
tests/dictionaries.test.ts:21:3 › Dictionaries › Create command dictionary: e2e-tests/fixtures/Dictionaries.ts#L31
2) tests/dictionaries.test.ts:21:3 › Dictionaries › Create command dictionary ──────────────────── Error: locator.waitFor: Target closed =========================== logs =========================== waiting for locator('.ag-row:has-text("fluffy_lavender_parrotfish")') ============================================================ at fixtures/Dictionaries.ts:31 29 | await this.fillInputFile(); 30 | await this.createButton.click(); > 31 | await this.tableRow.waitFor({ state: 'attached' }); | ^ 32 | await this.tableRow.waitFor({ state: 'visible' }); 33 | await expect(this.tableRow).toBeVisible(); 34 | } at Dictionaries.createDictionary (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/Dictionaries.ts:31:25) at /home/runner/work/***-ui/***-ui/e2e-tests/tests/dictionaries.test.ts:22:5
tests/dictionaries.test.ts:21:3 › Dictionaries › Create command dictionary: e2e-tests/tests/dictionaries.test.ts#L1
2) tests/dictionaries.test.ts:21:3 › Dictionaries › Create command dictionary ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
tests/dictionaries.test.ts:21:3 › Dictionaries › Create command dictionary: e2e-tests/fixtures/Dictionaries.ts#L31
2) tests/dictionaries.test.ts:21:3 › Dictionaries › Create command dictionary ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Target closed =========================== logs =========================== waiting for locator('.ag-row:has-text("considerable_blue_halibut")') ============================================================ at fixtures/Dictionaries.ts:31 29 | await this.fillInputFile(); 30 | await this.createButton.click(); > 31 | await this.tableRow.waitFor({ state: 'attached' }); | ^ 32 | await this.tableRow.waitFor({ state: 'visible' }); 33 | await expect(this.tableRow).toBeVisible(); 34 | } at Dictionaries.createDictionary (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/Dictionaries.ts:31:25) at /home/runner/work/***-ui/***-ui/e2e-tests/tests/dictionaries.test.ts:22:5
test
No files were found with the provided path: **/unit-test-results. No artifacts will be uploaded.
Slow Test: tests/models.test.ts#L1
tests/models.test.ts took 1.7m
Slow Test: tests/dictionaries.test.ts#L1
tests/dictionaries.test.ts took 1.5m
🎭 Playwright Run Summary
12 failed tests/constraints.test.ts:45:3 › Constraints › Navigate to the plan page and show the constraints layout tests/dictionaries.test.ts:21:3 › Dictionaries › Create command dictionary ───────────────────── tests/expansion.test.ts:40:3 › Expansion › Create expansion rule ─────────────────────────────── tests/models.test.ts:50:3 › Models › Create model ────────────────────────────────────────────── tests/plan-activities.test.ts:60:3 › Plan Activities › Deleting an activity directive with another directive anchored to it should and selecting re-anchor to plan should re-anchor to plan tests/plan-activity-presets.test.ts:73:3 › Plan Activity Presets › Setting a preset to a directive should update the parameter values tests/plan-merge.test.ts:50:3 › Plan Merge › Add an activity to the parent plan ──────────────── tests/plan-simulation-templates.test.ts:75:3 › Plan Simulation Templates › Setting a simulation template to a simulation should update the parameter values tests/plan.test.ts:46:3 › Plan › Error page should not be visible, and the plan title should be visible in the top navigation bar tests/plans.test.ts:33:3 › Plans › Create plan button should be disabled with no errors ──────── tests/scheduling.test.ts:48:3 › Scheduling › Navigate to the plan page and show the scheduling layout tests/timeline-view-editing.test.ts:48:3 › Timeline View Editing › Add an activity to the parent plan 1 flaky tests/app-nav.test.ts:24:3 › App Nav › Initially the app menu should hidden ──────────────────── 67 skipped 18 passed (11.5m)

Artifacts

Produced during runtime
Name Size
Test Results Expired
33.3 MB