Update LLM provider SDK npm packages #23379
Annotations
2 errors and 2 notices
Run tests:
tests/hash-playwright/tests/entities-page.spec.ts#L31
1) [chromium] › tests/entities-page.spec.ts:10:1 › user can visit a page listing entities of a type
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('text=Document').first()
- locator resolved to <span data-sentry-element="Typography" data-sentry-source-file="entity-or-type-sidebar-item.tsx" class="MuiTypography-root MuiTypography-smallTextLabels css-mpg5zb">…</span>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 100ms
44 × waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action
- waiting 500ms
29 |
30 | // Click on 'Document' in the entities list
> 31 | await page.locator("text=Document").first().click();
| ^
32 |
33 | // Check if we are on the 'Document' entities page
34 | await page.waitForURL((url) => {
at /home/runner/work/hash/hash/tests/hash-playwright/tests/entities-page.spec.ts:31:47
|
Run tests:
tests/hash-playwright/tests/entities-page.spec.ts#L0
1) [chromium] › tests/entities-page.spec.ts:10:1 › user can visit a page listing entities of a type
Test timeout of 30000ms exceeded.
|
Post Install tools
100% - 873 hits, 2 misses, 0 errors
|
Run tests
1 flaky
[chromium] › tests/entities-page.spec.ts:10:1 › user can visit a page listing entities of a type
5 skipped
18 passed (2.9m)
|
Loading