Update ory
npm packages
#16354
Annotations
2 errors, 6 warnings, and 1 notice
Run tests:
tests/hash-playwright/tests/entities-page.spec.ts#L1
1) [chromium] › tests/entities-page.spec.ts:10:1 › user can visit a page listing entities of a type
Test timeout of 30000ms exceeded.
|
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 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
46 × 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
|
Warm up repository
Cache not found for keys: mise-v0-linux-x64-2fd48fe1bd00e50f5b8ea67650be21e015911cd1646a655e39980a6d4fd87d15-6b86b273ff34fce19d6b804eff5a3f5747ada4eaa22f1d49c01e52ddb7875b4b
|
Post Warm up repository
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Post Warm up repository
Unexpected input(s) 'token', valid inputs are ['playwright-deps']
|
Run tests:
tests/hash-playwright/[chromium] › tests/browser-plugin.spec.ts#L1
tests/hash-playwright/[chromium] › tests/browser-plugin.spec.ts took 46.7s
|
Run tests:
tests/hash-playwright/[chromium] › tests/inbox-page.spec.ts#L1
tests/hash-playwright/[chromium] › tests/inbox-page.spec.ts took 29.1s
|
Warm up repository
Unexpected input(s) 'token', valid inputs are ['playwright-deps']
|
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.6m)
|
Loading