Refactor ray creation #287
Annotations
3 errors and 1 notice
Run UI notebook tests:
ui-tests/tests/widget_notebook_example.test.ts#L1
1) tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets
Test timeout of 460000ms exceeded.
|
Run UI notebook tests:
ui-tests/tests/widget_notebook_example.test.ts#L134
1) tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets
Error: elementHandle.click: Target page, context or browser has been closed
132 | let numRefreshRetries = 0;
133 | while (!clusterReady && numRefreshRetries < maxRefreshRetries) {
> 134 | await button.click();
| ^
135 | try {
136 | await page.waitForSelector('text=Ready ✓', { timeout: 5000 });
137 | clusterReady = true;
at /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:134:22
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:129: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