feat(crux-ui): DyoTable component #1246
Annotations
3 errors, 6 warnings, and 1 notice
web/crux-ui/e2e/utils/projects.ts#L48
1) [image-config] › with-login/image-config/common-editor.spec.ts:42:7 › Image common config from editor › Container name should be saved
TimeoutError: page.waitForSelector: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for locator('h5:has-text("1.0.0")') to be visible
============================================================
at utils/projects.ts:48
46 | await page.locator('button:has-text("Save")').click()
47 |
> 48 | const item = await page.waitForSelector(`h5:has-text("${name}")`)
| ^
49 | await item.click()
50 |
51 | await page.waitForSelector('button:has-text("Add image")')
at createVersion (/__w/dyrectorio/dyrectorio/web/crux-ui/e2e/utils/projects.ts:48:27)
at setup (/__w/dyrectorio/dyrectorio/web/crux-ui/e2e/with-login/image-config/common-editor.spec.ts:33:21)
at /__w/dyrectorio/dyrectorio/web/crux-ui/e2e/with-login/image-config/common-editor.spec.ts:43:47
|
web/crux-ui/e2e/with-login/nodes.spec.ts#L189
2) [nodes] › with-login/nodes.spec.ts:175:5 › Logs should show agent events ──────────────────────
Error: Timed out 10000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('table.w-full').locator('tbody').locator('tr').locator('div:has-text("Connected")')
187 | await nodeContainerRow.nth(0).waitFor()
188 |
> 189 | await expect(await nodeContainerRow.locator('div:has-text("Connected")')).toBeVisible()
| ^
190 | })
191 |
at /__w/dyrectorio/dyrectorio/web/crux-ui/e2e/with-login/nodes.spec.ts:189:77
|
|
|
web/crux-ui/[version] › with-login/version.spec.ts#L1
web/crux-ui/[version] › with-login/version.spec.ts took 2.2m
|
web/crux-ui/[template] › with-login/template.spec.ts#L1
web/crux-ui/[template] › with-login/template.spec.ts took 2.1m
|
web/crux-ui/[nodes] › with-login/nodes.spec.ts#L1
web/crux-ui/[nodes] › with-login/nodes.spec.ts took 2.1m
|
web/crux-ui/[registry] › with-login/registry.spec.ts#L1
web/crux-ui/[registry] › with-login/registry.spec.ts took 1.2m
|
web/crux-ui/[notification] › with-login/notification.spec.ts#L1
web/crux-ui/[notification] › with-login/notification.spec.ts took 45.7s
|
2 failed
[image-config] › with-login/image-config/common-editor.spec.ts:42:7 › Image common config from editor › Container name should be saved
[nodes] › with-login/nodes.spec.ts:175:5 › Logs should show agent events ───────────────────────
6 interrupted
[image-config] › with-login/image-config/common-editor.spec.ts:120:7 › Image common config from editor › Port should be saved
[image-config] › with-login/image-config/common-editor.spec.ts:150:7 › Image common config from editor › Port ranges should be saved
[image-config] › with-login/image-config/common-editor.spec.ts:193:7 › Image common config from editor › Secrets should be saved
[version] › with-login/version.spec.ts:54:5 › Change default version should work ───────────────
[template] › with-login/template.spec.ts:72:7 › creating a versionless project from a template should work (Gitea)
[notification] › with-login/notification.spec.ts:64:5 › using an incorrect teams webhook url should give an error
121 skipped
43 passed (3.7m)
|
The logs for this run have expired and are no longer available.
Loading