chore: Bump react-router-dom to react-router v7 and fix navigate for limit ranges and resource quotas #2745
pull-unit-tests.yml
on: pull_request
run-unit-and-component-test
1m 30s
Annotations
3 errors
|
src/components/Extensibility/tests/useGetCRDByPath.test.js > useGetCRbyPath > Returns first namespace matching crd:
src/components/Extensibility/tests/useGetCRDByPath.test.js#L75
Error: expect(element).toHaveTextContent()
Expected element to have text content:
{"general":{"urlPath":"path2","scope":"namespace"}}
Received:
❯ src/components/Extensibility/tests/useGetCRDByPath.test.js:75:36
|
|
src/components/Extensibility/tests/useGetCRDByPath.test.js > useGetCRbyPath > Doesn't return the crd that name matches the namespace (bug):
src/components/Extensibility/tests/useGetCRDByPath.test.js#L110
Error: expect(element).toHaveTextContent()
Expected element to have text content:
{"general":{"urlPath":"path2","scope":"namespace"}}
Received:
❯ src/components/Extensibility/tests/useGetCRDByPath.test.js:110:36
|
|
run-unit-and-component-test
Process completed with exit code 1.
|