Fix Activity Preset Update Failing #2649
Annotations
2 errors and 1 notice
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
|
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
|
|
The logs for this run have expired and are no longer available.
Loading