feat(crux-ui): DyoTable component #1249
Annotations
2 errors, 6 warnings, and 1 notice
web/crux-ui/e2e/with-login/deployment/deployment-copy.spec.ts#L45
1) [deployment] › with-login/deployment/deployment-copy.spec.ts:107:7 › Deployment Copy › should copy secret values to the same node
Error: Timed out 10000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('div.table-cell:has-text("nginx")').first()
43 | await expect(instanceRows).toHaveCount(1)
44 |
> 45 | await expect(page.locator(`div.table-cell:has-text("${containerName}")`).first()).toBeVisible()
| ^
46 | const containerSettingsButton = await page.waitForSelector(
47 | `[src="/instance_config_icon.svg"]:right-of(:text("${containerName}"))`,
48 | )
at openContainerConfigByDeploymentTable (/__w/dyrectorio/dyrectorio/web/crux-ui/e2e/with-login/deployment/deployment-copy.spec.ts:45:85)
at /__w/dyrectorio/dyrectorio/web/crux-ui/e2e/with-login/deployment/deployment-copy.spec.ts:86:5
|
|
web/crux-ui/[image-config] › with-login/image-config/kubernetes-editor.spec.ts#L1
web/crux-ui/[image-config] › with-login/image-config/kubernetes-editor.spec.ts took 2.6m
|
web/crux-ui/[version] › with-login/version.spec.ts#L1
web/crux-ui/[version] › with-login/version.spec.ts took 2.5m
|
web/crux-ui/[image-config] › with-login/image-config/docker-editor.spec.ts#L1
web/crux-ui/[image-config] › with-login/image-config/docker-editor.spec.ts took 2.4m
|
web/crux-ui/[image-config] › with-login/image-config/kubernetes-json.spec.ts#L1
web/crux-ui/[image-config] › with-login/image-config/kubernetes-json.spec.ts took 2.1m
|
web/crux-ui/[template] › with-login/template.spec.ts#L1
web/crux-ui/[template] › with-login/template.spec.ts took 1.9m
|
|
1 failed
[deployment] › with-login/deployment/deployment-copy.spec.ts:107:7 › Deployment Copy › should copy secret values to the same node
3 interrupted
[deployment] › with-login/deployment/deployment-copyability-versioned.spec.ts:62:7 › Versioned Project › should be able to copy with a different prefix
[deployment] › with-login/deployment/deployment-copyability-versionless.spec.ts:29:7 › Versionless Project › deployment should not be copiable to the same node with the same prefix
[deployment] › with-login/deployment/deployment-deletability.spec.ts:51:5 › Delete deployment should work
31 skipped
137 passed (12.9m)
|
The logs for this run have expired and are no longer available.
Loading