Remove jupyter_notebook_config.json since notebook server is not supported anymore #89
test-extensions.yml
on: pull_request
labextension-compatibility
2m 30s
Matrix: ui-test
Annotations
7 errors, 9 warnings, and 8 notices
ui-test (windows-latest, 3.11, nbextensions)
Event loop is closed
|
assignment_list.spec.ts:234:1 › Open assignment list tab from menu:
nbgrader\tests\ui-tests\assignment_list.spec.ts#L1
1) assignment_list.spec.ts:234:1 › Open assignment list tab from menu ────────────────────────────
Test timeout of 60000ms exceeded.
|
assignment_list.spec.ts:234:1 › Open assignment list tab from menu:
nbgrader\tests\ui-tests\assignment_list.spec.ts#L252
1) assignment_list.spec.ts:234:1 › Open assignment list tab from menu ────────────────────────────
Error: locator.click: Target closed
=========================== logs ===========================
waiting for locator('#jp-mainmenu-nbgrader li[data-command="nbgrader:open-assignment-list"]')
locator resolved to <li tabindex="0" role="menuitem" data-type="command"…>…</li>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
============================================================
250 | // Open assignment list from the menu
251 | await nbgrader_menu.click();
> 252 | await assignmentList_menu.click();
| ^
253 |
254 | await expect(tabs).toHaveCount(mainPanelTabCount + 1);
255 | await expect(lastTab_label).toHaveText('Assignments');
at D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\assignment_list.spec.ts:252:29
|
assignment_list.spec.ts:234:1 › Open assignment list tab from menu:
nbgrader\tests\ui-tests\assignment_list.spec.ts#L1
1) assignment_list.spec.ts:234:1 › Open assignment list tab from menu ────────────────────────────
Pending operations:
- locator.click at nbgrader\tests\ui-tests\assignment_list.spec.ts:252:29
- apiRequestContext.fetch at node_modules\@jupyterlab\galata\src\contents.ts:473:25
- apiRequestContext.fetch at node_modules\@jupyterlab\galata\src\contents.ts:473:25
|
create_assignement.spec.ts:230:1 › manual cell:
nbgrader\tests\ui-tests\create_assignement.spec.ts#L140
1) create_assignement.spec.ts:230:1 › manual cell ────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.nbgrader-NotebookWidget')
138 | }
139 |
> 140 | await expect(page.locator(".nbgrader-NotebookWidget")).toBeVisible();
| ^
141 | };
142 |
143 | /*
at activateToolbar (D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\create_assignement.spec.ts:140:58)
at D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\create_assignement.spec.ts:238:3
|
validate_assignment.spec.ts:224:1 › Validation grade cell type changed:
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.
|
validate_assignment.spec.ts:224:1 › Validation grade cell type changed:
../../../../../tmp/nbgrader-galata-akpx74nw/nbgrader/tests/ui-tests/validate_assignment.spec.ts#L234
1) validate_assignment.spec.ts:224:1 › Validation grade cell type changed ────────────────────────
Error: Target closed
=========================== logs ===========================
waiting for locator('button.validate-button')
locator resolved to <button aria-pressed="false" aria-disabled="false" title…>…</button>
attempting click action
waiting for element to be visible, enabled and stable
element is not visible - waiting...
============================================================
at captureRawStack (/tmp/nbgrader-galata-akpx74nw/node_modules/playwright-core/lib/utils/stackTrace.js:47:17)
at Frame._wrapApiCall (/tmp/nbgrader-galata-akpx74nw/node_modules/playwright-core/lib/client/channelOwner.js:152:51)
at Proxy.<anonymous> (/tmp/nbgrader-galata-akpx74nw/node_modules/playwright-core/lib/client/channelOwner.js:122:27)
at Frame.click (/tmp/nbgrader-galata-akpx74nw/node_modules/playwright-core/lib/client/frame.js:293:32)
at Locator.click (/tmp/nbgrader-galata-akpx74nw/node_modules/playwright-core/lib/client/locator.js:87:24)
at /tmp/nbgrader-galata-akpx74nw/nbgrader/tests/ui-tests/validate_assignment.spec.ts:234:48
at /tmp/nbgrader-galata-akpx74nw/node_modules/@playwright/test/lib/worker/workerMain.js:352:9
at TestInfoImpl._runAndFailOnError (/tmp/nbgrader-galata-akpx74nw/node_modules/@playwright/test/lib/worker/testInfo.js:182:7)
at /tmp/nbgrader-galata-akpx74nw/node_modules/@playwright/test/lib/worker/workerMain.js:348:21
at TimeoutRunner.run (/tmp/nbgrader-galata-akpx74nw/node_modules/playwright-core/lib/utils/timeoutRunner.js:49:14)
at TimeoutManager.runWithTimeout (/tmp/nbgrader-galata-akpx74nw/node_modules/@playwright/test/lib/worker/timeoutManager.js:62:7)
at TestInfoImpl._runWithTimeout (/tmp/nbgrader-galata-akpx74nw/node_modules/@playwright/test/lib/worker/testInfo.js:169:26)
at WorkerMain._runTest (/tmp/nbgrader-galata-akpx74nw/node_modules/@playwright/test/lib/worker/workerMain.js:284:5)
at WorkerMain.runTestGroup (/tmp/nbgrader-galata-akpx74nw/node_modules/@playwright/test/lib/worker/workerMain.js:208:11)
at process.<anonymous> (/tmp/nbgrader-galata-akpx74nw/node_modules/@playwright/test/lib/common/process.js:88:22)
|
labextension-compatibility
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ui-test (windows-latest, 3.11, nbextensions)
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/
|
ui-test (ubuntu-22.04, 3.11, nbextensions)
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/
|
ui-test (windows-latest, 3.10, nbextensions)
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/
|
ui-test (ubuntu-22.04, 3.11, labextensions)
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/
|
ui-test (windows-latest, 3.10, labextensions)
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/
|
ui-test (windows-latest, 3.11, labextensions)
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/
|
ui-test (ubuntu-22.04, 3.10, nbextensions)
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/
|
ui-test (ubuntu-22.04, 3.10, labextensions)
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/
|
🎭 Playwright Run Summary
21 skipped
25 passed (3.3m)
|
🎭 Playwright Run Summary
46 passed (8.7m)
|
🎭 Playwright Run Summary
1 flaky
assignment_list.spec.ts:234:1 › Open assignment list tab from menu ─────────────────────────────
21 skipped
24 passed (5.1m)
|
🎭 Playwright Run Summary
46 passed (9.7m)
|
🎭 Playwright Run Summary
21 skipped
25 passed (5.3m)
|
🎭 Playwright Run Summary
1 flaky
create_assignement.spec.ts:230:1 › manual cell ─────────────────────────────────────────────────
21 skipped
24 passed (8.2m)
|
🎭 Playwright Run Summary
1 flaky
validate_assignment.spec.ts:224:1 › Validation grade cell type changed ─────────────────────────
45 passed (12.2m)
|
🎭 Playwright Run Summary
46 passed (12.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
nbgrader-uitests-labextensions-ubuntu-22.04-python3.10
Expired
|
948 KB |
|
nbgrader-uitests-labextensions-ubuntu-22.04-python3.11
Expired
|
440 KB |
|
nbgrader-uitests-labextensions-windows-latest-python3.10
Expired
|
568 KB |
|
nbgrader-uitests-labextensions-windows-latest-python3.11
Expired
|
1.2 MB |
|
nbgrader-uitests-nbextensions-ubuntu-22.04-python3.10
Expired
|
1.2 MB |
|
nbgrader-uitests-nbextensions-ubuntu-22.04-python3.11
Expired
|
439 KB |
|
nbgrader-uitests-nbextensions-windows-latest-python3.10
Expired
|
1.73 MB |
|
nbgrader-uitests-nbextensions-windows-latest-python3.11
Expired
|
538 KB |
|