Remove requirement to global awareness, which often fails to activate #136
Annotations
2 errors, 2 warnings, and 1 notice
Execute integration tests:
packages/jupyterlab-collaborative-chat/ui-tests/tests/jupyterlab_collaborative_chat.spec.ts#L85
1) tests/jupyterlab_collaborative_chat.spec.ts:604:7 › #settings › should have chat settings ─────
Error: locator.click: Error: strict mode violation: getByRole('main').getByRole('tab', { name: 'Settings' }) resolved to 3 elements:
1) <li title="" role="tab" tabindex="-1" id="tab-key-2-…>…</li> aka getByRole('tab', { name: 'Settings', exact: true })
2) <div role="tab" class="jp-PluginList-entry-label">…</div> aka getByRole('tab', { name: 'Code Console Settings Code' })
3) <div role="tab" class="jp-PluginList-entry-label">…</div> aka getByRole('tab', { name: 'Plugin Settings Editor Form UI' })
Call log:
- waiting for getByRole('main').getByRole('tab', { name: 'Settings' })
83 | await window.jupyterapp.commands.execute('settingeditor:open', args);
84 | }, args);
> 85 | await page.activity.activateTab('Settings');
| ^
86 | return (await page.activity.getPanelLocator('Settings')) as Locator;
87 | };
88 |
at ActivityHelper.activateTab (/home/runner/work/jupyter-chat/jupyter-chat/packages/jupyterlab-collaborative-chat/ui-tests/node_modules/@jupyterlab/galata/src/helpers/activity.ts:192:17)
at openSettings (/home/runner/work/jupyter-chat/jupyter-chat/packages/jupyterlab-collaborative-chat/ui-tests/tests/jupyterlab_collaborative_chat.spec.ts:85:3)
at /home/runner/work/jupyter-chat/jupyter-chat/packages/jupyterlab-collaborative-chat/ui-tests/tests/jupyterlab_collaborative_chat.spec.ts:605:22
|
Execute integration tests
Process completed with exit code 1.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "jupyterlab_collaborative_chat-artifacts", "jupyterlab_collaborative_chat-playwright-tests", "jupyterlab_ws_chat-artifacts", "jupyterlab_ws_chat-playwright-tests".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Execute integration tests
1 failed
tests/jupyterlab_collaborative_chat.spec.ts:604:7 › #settings › should have chat settings ──────
35 passed (2.2m)
|
The logs for this run have expired and are no longer available.
Loading