TEST PR -- do not merge! #9
Annotations
1 error, 1 warning, and 1 notice
nbgrader\tests\ui-tests\create_assignement.spec.ts#L146
1) create_assignement.spec.ts:236:1 › manual cell ────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.nbgrader-NotebookWidget')
144 | }
145 |
> 146 | await expect(page.locator(".nbgrader-NotebookWidget")).toBeVisible();
| ^
147 | };
148 |
149 | /*
at activateToolbar (D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\create_assignement.spec.ts:146:58)
at D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\create_assignement.spec.ts:244:3
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading