Use content providers to remove RTC prefix #2237
Annotations
3 errors, 2 warnings, and 1 notice
run tests:
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
|
run tests:
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
|
run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/
|
run tests
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)
|
Loading