build(deps-dev): bump tornado from 6.4.1 to 6.4.2 #333
Annotations
2 errors and 1 notice
Run UI notebook tests:
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
|
Run UI notebook tests
Process completed with exit code 1.
|
Run UI notebook tests
1 failed
tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets
|
Loading