Merge pull request #22 from yacchin1205/feature/notebook7 #1
release.yml
on: push
build
5m 22s
draft_release
0s
Annotations
5 errors, 3 warnings, and 1 notice
tests/lc_notebook_diff.spec.ts:50:9 › should emit an activation console message on Jupyter Notebook 7:
ui-tests/tests/lc_notebook_diff.spec.ts#L1
1) tests/lc_notebook_diff.spec.ts:50:9 › should emit an activation console message on Jupyter Notebook 7
Test timeout of 60000ms exceeded.
|
tests/lc_notebook_diff.spec.ts:50:9 › should emit an activation console message on Jupyter Notebook 7:
ui-tests/tests/lc_notebook_diff.spec.ts#L19
1) tests/lc_notebook_diff.spec.ts:50:9 › should emit an activation console message on Jupyter Notebook 7
Error: page.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-FileBrowser-Panel') to be visible
17 |
18 | async function waitForTreeApplication(page: Page) {
> 19 | await page.waitForSelector('.jp-FileBrowser-Panel', {
| ^
20 | state: 'visible'
21 | });
22 | }
at waitForTreeApplication (/home/runner/work/Jupyter-LC_notebook_diff/Jupyter-LC_notebook_diff/ui-tests/tests/lc_notebook_diff.spec.ts:19:14)
at /home/runner/work/Jupyter-LC_notebook_diff/Jupyter-LC_notebook_diff/ui-tests/tests/lc_notebook_diff.spec.ts:60:11
|
tests/lc_notebook_diff.spec.ts:87:9 › should show the diff button on Jupyter Notebook 7:
ui-tests/tests/lc_notebook_diff.spec.ts#L1
2) tests/lc_notebook_diff.spec.ts:87:9 › should show the diff button on Jupyter Notebook 7 ───────
Test timeout of 60000ms exceeded.
|
tests/lc_notebook_diff.spec.ts:87:9 › should show the diff button on Jupyter Notebook 7:
ui-tests/tests/lc_notebook_diff.spec.ts#L19
2) tests/lc_notebook_diff.spec.ts:87:9 › should show the diff button on Jupyter Notebook 7 ───────
Error: page.waitForSelector: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.jp-FileBrowser-Panel') to be visible
17 |
18 | async function waitForTreeApplication(page: Page) {
> 19 | await page.waitForSelector('.jp-FileBrowser-Panel', {
| ^
20 | state: 'visible'
21 | });
22 | }
at waitForTreeApplication (/home/runner/work/Jupyter-LC_notebook_diff/Jupyter-LC_notebook_diff/ui-tests/tests/lc_notebook_diff.spec.ts:19:14)
at /home/runner/work/Jupyter-LC_notebook_diff/Jupyter-LC_notebook_diff/ui-tests/tests/lc_notebook_diff.spec.ts:91:11
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
🎭 Playwright Run Summary
2 failed
tests/lc_notebook_diff.spec.ts:50:9 › should emit an activation console message on Jupyter Notebook 7
tests/lc_notebook_diff.spec.ts:87:9 › should show the diff button on Jupyter Notebook 7 ────────
2 passed (2.4m)
|