feat(crux-ui): DyoTable component #1244
Annotations
2 errors, 6 warnings, and 1 notice
web/crux-ui/e2e/with-login/template.spec.ts#L43
1) [template] › with-login/template.spec.ts:72:7 › creating a versionless project from a template should work (Google Microservices Demo)
Error: Timed out 10000ms waiting for expect(received).toHaveCount(expected) // deep equality
Expected: 12
Received: 10
Call log:
- expect.toHaveCount with timeout 10000ms
- waiting for locator('table.w-full').locator('tbody').locator('tr')
- locator resolved to 10 elements
- unexpected value "10"
- locator resolved to 10 elements
- unexpected value "10"
- locator resolved to 10 elements
- unexpected value "10"
- locator resolved to 10 elements
- unexpected value "10"
- locator resolved to 10 elements
- unexpected value "10"
- locator resolved to 10 elements
- unexpected value "10"
- locator resolved to 10 elements
- unexpected value "10"
- locator resolved to 10 elements
- unexpected value "10"
- locator resolved to 10 elements
- unexpected value "10"
- locator resolved to 10 elements
- unexpected value "10"
- locator resolved to 10 elements
- unexpected value "10"
- locator resolved to 10 elements
- unexpected value "10"
- locator resolved to 10 elements
- unexpected value "10"
41 | await expect(page).toHaveURL(TEAM_ROUTES.project.details(projectId))
42 | const imageRows = await page.locator('table.w-full >> tbody >> tr')
> 43 | await expect(imageRows).toHaveCount(expectedImages)
| ^
44 |
45 | return projectId
46 | }
at testVersionlessTemplate (/__w/dyrectorio/dyrectorio/web/crux-ui/e2e/with-login/template.spec.ts:43:27)
at /__w/dyrectorio/dyrectorio/web/crux-ui/e2e/with-login/template.spec.ts:73:5
|
|
|
web/crux-ui/[nodes] › with-login/nodes.spec.ts#L1
web/crux-ui/[nodes] › with-login/nodes.spec.ts took 30.6s
|
web/crux-ui/[registry] › with-login/registry.spec.ts#L1
web/crux-ui/[registry] › with-login/registry.spec.ts took 30.1s
|
web/crux-ui/[version] › with-login/version.spec.ts#L1
web/crux-ui/[version] › with-login/version.spec.ts took 30.1s
|
web/crux-ui/[template] › with-login/template.spec.ts#L1
web/crux-ui/[template] › with-login/template.spec.ts took 25.6s
|
web/crux-ui/[global-setup] › utils/global.setup.spec.ts#L1
web/crux-ui/[global-setup] › utils/global.setup.spec.ts took 22.6s
|
1 failed
[template] › with-login/template.spec.ts:72:7 › creating a versionless project from a template should work (Google Microservices Demo)
3 interrupted
[version] › with-login/version.spec.ts:16:5 › Add rolling version should work ──────────────────
[nodes] › with-login/nodes.spec.ts:57:5 › Generate script should show the curl command and the script
[registry] › with-login/registry.spec.ts:49:5 › Unchecked registry shouldn't search images ─────
151 skipped
17 passed (1.0m)
|
The logs for this run have expired and are no longer available.
Loading