Merge pull request #1510 from mito-ds/fix/openai-timeout #562
Annotations
1 error, 1 warning, and 1 notice
Start a server and run tests:
tests/mitoai_ui_tests/mitoai.spec.ts#L307
1) [chromium] › mitoai_ui_tests/mitoai.spec.ts:281:7 › Mito AI Chat › Unserializable objects are handled correctly
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.chat-dropdown-item-name').filter({ hasText: 'none_type_df' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.chat-dropdown-item-name').filter({ hasText: 'none_type_df' })
305 |
306 | await page.keyboard.type("@none_type_df");
> 307 | await expect(page.locator('.chat-dropdown-item-name').filter({ hasText: 'none_type_df' })).toBeVisible();
| ^
308 | await clearMitoAIChatInput(page);
309 |
310 | await page.keyboard.type("@none_type_col_A");
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/mitoai.spec.ts:307:96
|
Install dependencies
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
Start a server and run tests
1 flaky
[chromium] › mitoai_ui_tests/mitoai.spec.ts:281:7 › Mito AI Chat › Unserializable objects are handled correctly
3 skipped
27 passed (3.6m)
|
Loading