build(deps-dev): bump tornado from 6.4.1 to 6.4.2 #333
ui_notebooks_test.yaml
on: pull_request
verify-3_widget_example
5m 25s
Annotations
2 errors and 1 notice
tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook:
ui-tests/tests/widget_notebook_example.test.ts#L84
1) tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets
TimeoutError: proxy.waitForSelector: Timeout 5000ms exceeded.
Call log:
- waiting for locator('text=No instances found, nothing to be done.') to be visible
82 | await interactWithWidget(page, upDownWidgetCellIndex, 'button:has-text("Cluster Down")', async (button) => {
83 | await button.click();
> 84 | const clusterDownMessage = await page.waitForSelector('text=No instances found, nothing to be done.', { timeout: 5000 });
| ^
85 | expect(clusterDownMessage).not.toBeNull();
86 | });
87 |
at /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:84:45
at interactWithWidget (/home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:186:7)
at /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:82:5
|
verify-3_widget_example
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ipywidgets-test-assets
|
875 KB |
|
ipywidgets-test-report
|
1.03 MB |
|