MVP Procedural Scheduling UI #3953
Annotations
10 errors and 1 notice
e2e-tests/tests/model.test.ts#L20
1) [e2e tests] › tests/model.test.ts:54:3 › Model › Should be able to update the name of a model ─
"beforeAll" hook timeout of 30000ms exceeded.
18 | const checkboxSelector = 'Press SPACE to toggle cell';
19 |
> 20 | test.beforeAll(async ({ baseURL, browser }) => {
| ^
21 | context = await browser.newContext();
22 | page = await context.newPage();
23 |
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/model.test.ts:20:6
|
e2e-tests/tests/model.test.ts#L20
1) [e2e tests] › tests/model.test.ts:54:3 › Model › Should be able to update the name of a model ─
"beforeAll" hook timeout of 30000ms exceeded.
18 | const checkboxSelector = 'Press SPACE to toggle cell';
19 |
> 20 | test.beforeAll(async ({ baseURL, browser }) => {
| ^
21 | context = await browser.newContext();
22 | page = await context.newPage();
23 |
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/model.test.ts:20:6
|
e2e-tests/tests/model.test.ts#L1
1) [e2e tests] › tests/model.test.ts:54:3 › Model › Should be able to update the name of a model ─
Error: tracing.startChunk: Tracing is already stopping
|
e2e-tests/fixtures/SchedulingGoals.ts#L37
1) [e2e tests] › tests/model.test.ts:54:3 › Model › Should be able to update the name of a model ─
Error: page.waitForURL: Test ended.
=========================== logs ===========================
waiting for navigation to "http://localhost:3000/scheduling/goals/edit/*" until "load"
navigated to "http://localhost:3000/scheduling"
============================================================
at fixtures/SchedulingGoals.ts:37
35 | await expect(this.saveButton).not.toBeDisabled();
36 | await this.saveButton.click();
> 37 | await this.page.waitForURL(`${baseURL}/scheduling/goals/edit/*`);
| ^
38 | await expect(this.closeButton).not.toBeDisabled();
39 | await this.closeButton.click();
40 | await this.page.waitForURL(`${baseURL}/scheduling`);
at SchedulingGoals.createSchedulingGoal (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/SchedulingGoals.ts:37:21)
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/model.test.ts:35:3
|
e2e-tests/tests/model.test.ts#L1
1) [e2e tests] › tests/model.test.ts:54:3 › Model › Should be able to update the name of a model ─
Error: end of central directory record signature not found
|
e2e-tests/tests/model.test.ts#L20
1) [e2e tests] › tests/model.test.ts:54:3 › Model › Should be able to update the name of a model ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
18 | const checkboxSelector = 'Press SPACE to toggle cell';
19 |
> 20 | test.beforeAll(async ({ baseURL, browser }) => {
| ^
21 | context = await browser.newContext();
22 | page = await context.newPage();
23 |
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/model.test.ts:20:6
|
e2e-tests/tests/model.test.ts#L20
1) [e2e tests] › tests/model.test.ts:54:3 › Model › Should be able to update the name of a model ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 30000ms exceeded.
18 | const checkboxSelector = 'Press SPACE to toggle cell';
19 |
> 20 | test.beforeAll(async ({ baseURL, browser }) => {
| ^
21 | context = await browser.newContext();
22 | page = await context.newPage();
23 |
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/model.test.ts:20:6
|
e2e-tests/tests/model.test.ts#L1
1) [e2e tests] › tests/model.test.ts:54:3 › Model › Should be able to update the name of a model ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: tracing.startChunk: Tracing is already stopping
|
e2e-tests/fixtures/SchedulingGoals.ts#L37
1) [e2e tests] › tests/model.test.ts:54:3 › Model › Should be able to update the name of a model ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test ended.
=========================== logs ===========================
waiting for navigation to "http://localhost:3000/scheduling/goals/edit/*" until "load"
navigated to "http://localhost:3000/scheduling"
============================================================
at fixtures/SchedulingGoals.ts:37
35 | await expect(this.saveButton).not.toBeDisabled();
36 | await this.saveButton.click();
> 37 | await this.page.waitForURL(`${baseURL}/scheduling/goals/edit/*`);
| ^
38 | await expect(this.closeButton).not.toBeDisabled();
39 | await this.closeButton.click();
40 | await this.page.waitForURL(`${baseURL}/scheduling`);
at SchedulingGoals.createSchedulingGoal (/home/runner/work/***-ui/***-ui/e2e-tests/fixtures/SchedulingGoals.ts:37:21)
at /home/runner/work/***-ui/***-ui/e2e-tests/tests/model.test.ts:35:3
|
e2e-tests/tests/model.test.ts#L1
1) [e2e tests] › tests/model.test.ts:54:3 › Model › Should be able to update the name of a model ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: end of central directory record signature not found
|
|
This job failed
Loading