Bump Jupyterlab to >=4.1.0 and Notebook to >=7.1.0 (#1864) #115
Annotations
6 errors, 2 warnings, and 1 notice
Run playwright tests:
nbgrader\tests\ui-tests\validate_assignment.spec.ts#L1
1) validate_assignment.spec.ts:224:1 › Validation grade cell type changed ────────────────────────
Test timeout of 60000ms exceeded.
|
Run playwright tests:
nbgrader\tests\ui-tests\validate_assignment.spec.ts#L234
1) validate_assignment.spec.ts:224:1 › Validation grade cell type changed ────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('jp-button.validate-button')
locator resolved to <jp-button tabindex="0" aria-pressed="false" aria-disabled=…>…</jp-button>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
element was detached from the DOM, retrying
locator resolved to <jp-button minimal="" tabindex="-1" current-value="" aria-p…>…</jp-button>
attempting click action
waiting for element to be visible, enabled and stable
element is not visible - waiting...
============================================================
232 |
233 | // click on validate, and expect an error modal
> 234 | await page.locator("jp-button.validate-button").click();
| ^
235 | await waitForErrorModal(page);
236 |
237 | await page.locator(".nbgrader-ErrorDialog .validation-type-changed").waitFor();
at D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\validate_assignment.spec.ts:234:51
|
Run playwright tests:
nbgrader\tests\ui-tests\validate_assignment.spec.ts#L1
1) validate_assignment.spec.ts:224:1 › Validation grade cell type changed ────────────────────────
Pending operations:
- locator.click at nbgrader\tests\ui-tests\validate_assignment.spec.ts:234:51
|
Run playwright tests:
nbgrader\tests\ui-tests\validate_assignment.spec.ts#L1
2) validate_assignment.spec.ts:246:1 › Validation answer cell type changed ───────────────────────
Test timeout of 60000ms exceeded.
|
Run playwright tests:
nbgrader\tests\ui-tests\validate_assignment.spec.ts#L256
2) validate_assignment.spec.ts:246:1 › Validation answer cell type changed ───────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('jp-button.validate-button')
locator resolved to <jp-button minimal="" tabindex="0" current-value="" aria-pr…>…</jp-button>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
element was detached from the DOM, retrying
locator resolved to <jp-button minimal="" tabindex="-1" current-value="" aria-p…>…</jp-button>
attempting click action
waiting for element to be visible, enabled and stable
element is not visible - waiting...
============================================================
254 |
255 | // click on validate, and expect an error modal
> 256 | await page.locator("jp-button.validate-button").click();
| ^
257 | await waitForErrorModal(page);
258 |
259 | await page.locator(".nbgrader-ErrorDialog .validation-type-changed").waitFor();
at D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\validate_assignment.spec.ts:256:51
|
Run playwright tests:
nbgrader\tests\ui-tests\validate_assignment.spec.ts#L1
2) validate_assignment.spec.ts:246:1 › Validation answer cell type changed ───────────────────────
Pending operations:
- locator.click at nbgrader\tests\ui-tests\validate_assignment.spec.ts:256:51
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Run playwright tests
2 flaky
validate_assignment.spec.ts:224:1 › Validation grade cell type changed ─────────────────────────
validate_assignment.spec.ts:246:1 › Validation answer cell type changed ────────────────────────
21 skipped
23 passed (4.7m)
|
Loading