Use content providers to remove RTC prefix #2237
test.yml
on: pull_request
Run pre-commit hook
2m 37s
check_links
45s
Annotations
3 errors, 24 warnings, and 1 notice
tests/collaborationpanel.spec.ts:150:7 › One client › clicking on collaborator should open to its current document:
ui-tests/tests/collaborationpanel.spec.ts#L177
1) tests/collaborationpanel.spec.ts:150:7 › One client › clicking on collaborator should open to its current document
Error: Timed out 5000ms waiting for expect(received).toHaveCount(expected) // deep equality
Expected: 2
Received: 1
Call log:
- expect.soft.toHaveCount with timeout 5000ms
- waiting for locator('#jp-main-dock-panel > .lm-DockPanel-tabBar > ul').locator('li')
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
- locator resolved to 1 element
- unexpected value "1"
175 | await panel.locator('.jp-CollaboratorsList .jp-CollaboratorFiles').getByText(notebookName).click();
176 |
> 177 | await expect.soft(dockTabs.locator('li')).toHaveCount(2);
| ^
178 | await expect(dockTabs.locator('li.lm-mod-current > .lm-TabBar-tabLabel')).toHaveText(notebookName);
179 | });
180 | });
at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/collaborationpanel.spec.ts:177:47
|
tests/collaborationpanel.spec.ts:150:7 › One client › clicking on collaborator should open to its current document:
ui-tests/tests/collaborationpanel.spec.ts#L178
1) tests/collaborationpanel.spec.ts:150:7 › One client › clicking on collaborator should open to its current document
Error: Timed out 5000ms waiting for expect(received).toHaveText(expected)
Expected string: "Untitled.ipynb"
Received string: "Launcher"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('#jp-main-dock-panel > .lm-DockPanel-tabBar > ul').locator('li.lm-mod-current > .lm-TabBar-tabLabel')
- locator resolved to <div class="lm-TabBar-tabLabel">Launcher</div>
- unexpected value "Launcher"
- locator resolved to <div class="lm-TabBar-tabLabel">Launcher</div>
- unexpected value "Launcher"
- locator resolved to <div class="lm-TabBar-tabLabel">Launcher</div>
- unexpected value "Launcher"
- locator resolved to <div class="lm-TabBar-tabLabel">Launcher</div>
- unexpected value "Launcher"
- locator resolved to <div class="lm-TabBar-tabLabel">Launcher</div>
- unexpected value "Launcher"
- locator resolved to <div class="lm-TabBar-tabLabel">Launcher</div>
- unexpected value "Launcher"
- locator resolved to <div class="lm-TabBar-tabLabel">Launcher</div>
- unexpected value "Launcher"
- locator resolved to <div class="lm-TabBar-tabLabel">Launcher</div>
- unexpected value "Launcher"
- locator resolved to <div class="lm-TabBar-tabLabel">Launcher</div>
- unexpected value "Launcher"
176 |
177 | await expect.soft(dockTabs.locator('li')).toHaveCount(2);
> 178 | await expect(dockTabs.locator('li.lm-mod-current > .lm-TabBar-tabLabel')).toHaveText(notebookName);
| ^
179 | });
180 | });
181 |
at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/collaborationpanel.spec.ts:178:79
|
ui_tests
Process completed with exit code 1.
|
check_links
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run pre-commit hook
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run pre-commit hook:
packages/collaboration/src/collaboratorspanel.tsx#L106
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/collaboratorspanel.tsx#L169
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/cursors.ts#L171
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/cursors.ts#L235
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/cursors.ts#L286
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/menu.ts#L65
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/menu.ts#L70
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/menu.ts#L76
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/menu.ts#L78
Forbidden non-null assertion
|
Run pre-commit hook:
packages/collaboration/src/userinfopanel.tsx#L26
Forbidden non-null assertion
|
Make SDist
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Python (ubuntu-latest, 3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test JavaScript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Python (ubuntu-latest, 3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Python (ubuntu-latest, 3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Python (ubuntu-latest, 3.13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Install from SDist and Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Python (ubuntu-latest, 3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ui_tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Prereleases
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Minimum Versions
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "jupyter-collaboration-playwright-report".
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/
|
🎭 Playwright Run Summary
1 failed
tests/collaborationpanel.spec.ts:150:7 › One client › clicking on collaborator should open to its current document
3 skipped
16 passed (2.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage-12153
|
22.7 KB |
|
coverage-1228
|
24.6 KB |
|
coverage-1675
|
25.4 KB |
|
coverage-23540
|
23.2 KB |
|
coverage-24622
|
25.5 KB |
|
coverage-25811
|
23.2 KB |
|
coverage-26307
|
24.6 KB |
|
coverage-27456
|
22.1 KB |
|
coverage-28361
|
25.5 KB |
|
coverage-29301
|
21.6 KB |
|
coverage-31092
|
22.7 KB |
|
coverage-32027
|
22.1 KB |
|
coverage-432
|
25.4 KB |
|
coverage-5000
|
22.2 KB |
|
coverage-9442
|
22.7 KB |
|
jupyter-collaboration-playwright-report
|
1.26 MB |
|
sdist
|
385 KB |
|