fix(frontend): fix tracing backend selected tab #5242
You are viewing an older attempt in the history of this workflow run.
View latest attempt.
Triggered via pull request
December 22, 2023 14:58
Status
Failure
Total duration
11m 51s
Artifacts
–
pull-request.yaml
on: pull_request
Build docker image
3m 54s
config-e2e
0s
CLI unit tests
1m 24s
API Server unit tests
3m 33s
Agent unit tests
1m 32s
WebUI unit tests
1m 57s
Tracetesting API Server (InMemory)
4m 4s
Tracetesting API Server (NATS)
4m 13s
Matrix: CLI e2e tests
Matrix: CLI smoke tests
Matrix: Test examples
Matrix: WebUI End-to-end tests
Annotations
1 error and 3 warnings
CLI e2e tests (8, 6)
Process completed with exit code 1.
|
WebUI unit tests:
web/src/components/TestOutputForm/TestOutputForm.tsx#L62
React Hook useEffect has a missing dependency: 'onCancel'. Either include it or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
WebUI unit tests:
web/src/components/TestSpecForm/TestSpecForm.tsx#L77
React Hook useEffect has missing dependencies: 'assertions', 'name', 'onCancel', 'onValuesChange', and 'selector'. Either include them or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
WebUI unit tests:
web/src/pages/CreateTest/Content.tsx#L54
React Hook useEffect has missing dependencies: 'initialValues' and 'onValidateTest'. Either include them or remove the dependency array
|