Upgrade nbval to keep compatibillity with pytest #117
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:202:1 › Validation open relative file ─────────────────────────────
Test timeout of 60000ms exceeded.
|
Run playwright tests:
nbgrader\tests\ui-tests\validate_assignment.spec.ts#L212
1) validate_assignment.spec.ts:202:1 › Validation open relative file ─────────────────────────────
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 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...
============================================================
210 |
211 | // click on validate, and expect a success modal
> 212 | await page.locator("jp-button.validate-button").click();
| ^
213 | await waitForSuccessModal(page);
214 |
215 | await page.locator(".nbgrader-SuccessDialog .validation-success").waitFor();
at D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\validate_assignment.spec.ts:212:51
|
Run playwright tests:
nbgrader\tests\ui-tests\validate_assignment.spec.ts#L1
1) validate_assignment.spec.ts:202:1 › Validation open relative file ─────────────────────────────
Pending operations:
- locator.click at nbgrader\tests\ui-tests\validate_assignment.spec.ts:212: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:202:1 › Validation open relative file ──────────────────────────────
validate_assignment.spec.ts:246:1 › Validation answer cell type changed ────────────────────────
21 skipped
23 passed (4.6m)
|
The logs for this run have expired and are no longer available.
Loading