Skip to content

fix(frontend): fix tracing backend selected tab #5242

fix(frontend): fix tracing backend selected tab

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
Tracetesting API Server (InMemory)
4m 4s
Tracetesting API Server (InMemory)
Tracetesting API Server (NATS)
4m 13s
Tracetesting API Server (NATS)
Matrix: CLI e2e tests
Matrix: CLI smoke tests
Matrix: Test examples
Matrix: WebUI End-to-end tests
Fit to window
Zoom out
Zoom in

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