Us20 crud patrimônios #120
ci.yml
on: pull_request
test
1m 7s
build
0s
sonarcloud
0s
Annotations
21 errors and 2 warnings
format
Process completed with exit code 1.
|
lint:
src/Components/CancelInformationModal/index.jsx#L1
'React' is defined but never used
|
lint:
src/Components/CancelInformationModal/index.jsx#L4
'onClose' is missing in props validation
|
lint:
src/Components/CancelInformationModal/index.jsx#L4
'onConfirm' is missing in props validation
|
lint:
src/Components/CancelInformationModal/index.jsx#L4
'cancelDate' is missing in props validation
|
lint:
src/Components/CancelInformationModal/index.jsx#L4
'setCancelDate' is missing in props validation
|
lint:
src/Components/CancelInformationModal/index.jsx#L4
'justification' is missing in props validation
|
lint:
src/Components/CancelInformationModal/index.jsx#L4
'setJustification' is missing in props validation
|
lint:
src/Components/CanceledModal/index.jsx#L1
'React' is defined but never used
|
lint:
src/Components/CanceledModal/index.jsx#L4
'onClose' is missing in props validation
|
lint:
src/Components/ClientInformationModal/index.jsx#L1
'React' is defined but never used
|
Unhandled error:
src/Pages/Protected/Patrimonios/PatrimonioList/index.jsx#L63
TypeError: Cannot read properties of undefined (reading 'toLowerCase')
❯ src/Pages/Protected/Patrimonios/PatrimonioList/index.jsx:63:6
❯ patrimonioList src/Pages/Protected/Patrimonios/PatrimonioList/index.jsx:61:41
❯ renderWithHooks node_modules/react-dom/cjs/react-dom.development.js:15486:18
❯ updateFunctionComponent node_modules/react-dom/cjs/react-dom.development.js:19617:20
❯ beginWork node_modules/react-dom/cjs/react-dom.development.js:21640:16
❯ beginWork$1 node_modules/react-dom/cjs/react-dom.development.js:27465:14
❯ performUnitOfWork node_modules/react-dom/cjs/react-dom.development.js:26599:12
❯ workLoopSync node_modules/react-dom/cjs/react-dom.development.js:26505:5
❯ renderRootSync node_modules/react-dom/cjs/react-dom.development.js:26473:7
This error originated in "src/Pages/Protected/Patrimonios/PatrimonioList/index.test.jsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "fetches and displays financial movements". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
src/Pages/Protected/Patrimonios/PatrimonioList/index.jsx#L63
TypeError: Cannot read properties of undefined (reading 'toLowerCase')
❯ src/Pages/Protected/Patrimonios/PatrimonioList/index.jsx:63:6
❯ patrimonioList src/Pages/Protected/Patrimonios/PatrimonioList/index.jsx:61:41
❯ renderWithHooks node_modules/react-dom/cjs/react-dom.development.js:15486:18
❯ updateFunctionComponent node_modules/react-dom/cjs/react-dom.development.js:19617:20
❯ beginWork node_modules/react-dom/cjs/react-dom.development.js:21640:16
❯ beginWork$1 node_modules/react-dom/cjs/react-dom.development.js:27465:14
❯ performUnitOfWork node_modules/react-dom/cjs/react-dom.development.js:26599:12
❯ workLoopSync node_modules/react-dom/cjs/react-dom.development.js:26505:5
❯ renderRootSync node_modules/react-dom/cjs/react-dom.development.js:26473:7
This error originated in "src/Pages/Protected/Patrimonios/PatrimonioList/index.test.jsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "filters financial movements based on search input". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
src/Pages/Protected/Patrimonios/PatrimonioList/index.jsx#L63
TypeError: Cannot read properties of undefined (reading 'toLowerCase')
❯ src/Pages/Protected/Patrimonios/PatrimonioList/index.jsx:63:6
❯ patrimonioList src/Pages/Protected/Patrimonios/PatrimonioList/index.jsx:61:41
❯ renderWithHooks node_modules/react-dom/cjs/react-dom.development.js:15486:18
❯ updateFunctionComponent node_modules/react-dom/cjs/react-dom.development.js:19617:20
❯ beginWork node_modules/react-dom/cjs/react-dom.development.js:21640:16
❯ beginWork$1 node_modules/react-dom/cjs/react-dom.development.js:27465:14
❯ performUnitOfWork node_modules/react-dom/cjs/react-dom.development.js:26599:12
❯ workLoopSync node_modules/react-dom/cjs/react-dom.development.js:26505:5
❯ renderRootSync node_modules/react-dom/cjs/react-dom.development.js:26473:7
This error originated in "src/Pages/Protected/Patrimonios/PatrimonioList/index.test.jsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "navigates to financial movement detail page on list item click". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
src/Routes/permissionProtect.test.jsx > PermissionProtect Component > should navigate to '/unauthorized' when user does not have permission:
src/Routes/permissionProtect.test.jsx#L75
TestingLibraryElementError: Unable to find an element with the text: Unauthorized. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div>
Protected Content
</div>
</div>
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<div>
Protected Content
</div>
</div>
</body>
</html>
❯ Proxy.waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/Routes/permissionProtect.test.jsx:75:11
|
src/Routes/permissionProtect.test.jsx > PermissionProtect Component > should navigate to '/unauthorized' when user role is not defined:
src/Routes/permissionProtect.test.jsx#L83
TestingLibraryElementError: Unable to find an element with the text: Unauthorized. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div>
Protected Content
</div>
</div>
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<div>
Protected Content
</div>
</div>
</body>
</html>
❯ Proxy.waitForWrapper node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/Routes/permissionProtect.test.jsx:83:11
|
src/Services/organService.test.js > Organ Service > should create an organ:
src/Services/organService.test.js#L38
AssertionError: expected "spy" to be called with arguments: [ 'organ/create', …(2) ]
Received:
1st spy call:
Array [
"organ/create",
Object {
"lotacao": "Setor 1",
"orgao": "Financeiro",
},
Object {
+ "headers": Object {
+ "Authorization": "***",
+ },
"params": Object {
"action": "create",
"moduleName": "users",
"userId": "123456",
},
},
]
Number of calls: 1
❯ src/Services/organService.test.js:38:27
|
src/Services/organService.test.js > Organ Service > should list all organs:
src/Services/organService.test.js#L72
AssertionError: expected "spy" to be called with arguments: [ 'organ/list' ]
Received:
1st spy call:
Array [
"organ/list",
+ Object {
+ "headers": Object {
+ "Authorization": "***",
+ },
+ },
]
Number of calls: 1
❯ src/Services/organService.test.js:72:26
|
src/Services/organService.test.js > Organ Service > should update an organ:
src/Services/organService.test.js#L82
AssertionError: expected "spy" to be called with arguments: [ 'organ/update/789', …(2) ]
Received:
1st spy call:
Array [
"organ/update/789",
Object {
"updatedData": Object {
"lotacao": "Setor 2",
"orgao": "Financeiro",
},
},
Object {
+ "headers": Object {
+ "Authorization": "***",
+ },
"params": Object {
"action": "update",
"moduleName": "users",
"userId": "123456",
},
},
]
Number of calls: 1
❯ src/Services/organService.test.js:82:28
|
src/Services/organService.test.js > Organ Service > should get an organ by id:
src/Services/organService.test.js#L102
AssertionError: expected "spy" to be called with arguments: [ 'organ/get/789' ]
Received:
1st spy call:
Array [
- "organ/get/789",
+ "organ/list",
+ Object {
+ "headers": Object {
+ "Authorization": "***",
+ },
+ },
]
2nd spy call:
Array [
"organ/get/789",
+ Object {
+ "headers": Object {
+ "Authorization": "***",
+ },
+ },
]
Number of calls: 2
❯ src/Services/organService.test.js:102:26
|
src/Services/organService.test.js > Organ Service > should delete an organ by id:
src/Services/organService.test.js#L111
AssertionError: expected "spy" to be called with arguments: [ 'organ/delete/789', …(1) ]
Received:
1st spy call:
Array [
"organ/delete/789",
Object {
+ "headers": Object {
+ "Authorization": "***",
+ },
"params": Object {
"action": "delete",
"moduleName": "users",
"userId": "123456",
},
},
]
Number of calls: 1
❯ src/Services/organService.test.js:111:29
|
lint:
src/Pages/Protected/DataImport/index.jsx#L50
React Hook useEffect has a missing dependency: 'storagedUser.token'. Either include it or remove the dependency array
|
lint:
src/Pages/Protected/MembershipRequests/index.jsx#L45
React Hook useEffect has a missing dependency: 'members'. Either include it or remove the dependency array
|