refactor: configurations #2396
Annotations
2 errors, 7 warnings, and 1 notice
Run tests:
web/crux-ui/e2e/with-login/deployment/deployment-copyability-versioned.spec.ts#L108
1) [deployment] › with-login/deployment/deployment-copyability-versioned.spec.ts:89:7 › Versioned Project › deployment should not be copiable to the same node with the same prefix
Error: locator.click: Error: strict mode violation: locator('button:has-text("versioned-copiability-same-node-same-prefix")') resolved to 2 elements:
1) <button type="button" class="rounded-md border-2 px-2 py…>versioned-copiability-same-node-same-prefix</button> aka getByRole('button', { name: 'versioned-copiability-same-' }).first()
2) <button type="button" class="rounded-md border-2 px-2 py…>versioned-copiability-same-node-same-prefix</button> aka getByRole('button', { name: 'versioned-copiability-same-' }).nth(1)
Call log:
- waiting for locator('button:has-text("versioned-copiability-same-node-same-prefix")')
106 | await copyButton.click()
107 |
> 108 | await page.locator(`button:has-text("${nodeName}")`).click()
| ^
109 | await fillDeploymentPrefix(page, prefix)
110 | await page.locator('button:has-text("Copy")').click()
111 |
at /__w/dyrectorio/dyrectorio/web/crux-ui/e2e/with-login/deployment/deployment-copyability-versioned.spec.ts:108:58
|
Run tests
Process completed with exit code 1.
|
Stop containers
Docker network rm failed with exit code 1
|
Run tests:
web/crux-ui/[container-config] › with-login/container-config/kubernetes-editor.spec.ts#L1
web/crux-ui/[container-config] › with-login/container-config/kubernetes-editor.spec.ts took 1.2m
|
Run tests:
web/crux-ui/[container-config] › with-login/container-config/kubernetes-json.spec.ts#L1
web/crux-ui/[container-config] › with-login/container-config/kubernetes-json.spec.ts took 1.1m
|
Run tests:
web/crux-ui/[deployment] › with-login/deployment/deployment-copyability-versioned.spec.ts#L1
web/crux-ui/[deployment] › with-login/deployment/deployment-copyability-versioned.spec.ts took 1.1m
|
Run tests:
web/crux-ui/[version] › with-login/version.spec.ts#L1
web/crux-ui/[version] › with-login/version.spec.ts took 1.1m
|
Run tests:
web/crux-ui/[container-config] › with-login/container-config/docker-editor.spec.ts#L1
web/crux-ui/[container-config] › with-login/container-config/docker-editor.spec.ts took 1.1m
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cli", "crane", "crux", "crux-ui", "dagent", "e2e-logs", "e2e-screenshots", "e2e-trace", "golang-integration-coverage", "golang-unit-coverage".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run tests
1 failed
[deployment] › with-login/deployment/deployment-copyability-versioned.spec.ts:89:7 › Versioned Project › deployment should not be copiable to the same node with the same prefix
3 interrupted
[deployment] › with-login/deployment/deployment-mutability-versioned.spec.ts:32:7 › Versioned Project incremental version › successful deployment should be immutable
[deployment] › with-login/deployment/deployment-mutability-versionless.spec.ts:27:7 › Versionless Project › successful deployment should be mutable
[deployment] › with-login/deployment/deployment-protection.spec.ts:14:5 › Protecting a deployment should fail while an incremental protected deployment exists in a different version with the same node and prefix
22 did not run
147 passed (6.7m)
|
Loading