v2.25.0: Guardian indexer, roles and permissions, project data comparison #113
20 fail, 172 pass in 17m 30s
Annotations
Check warning on line 0 in Update policy configuration for the specified policy ID
github-actions / Unit Test Results
Policies Update policy configuration for the specified policy ID (Update policy configuration for the specified policy ID) failed
e2e-tests/cypress/test_results/junit/201501b366eeb6c0123d30fbeb21a2c0.xml
Raw output
CypressError: `cy.request()` failed on:
http://localhost:3002/policies/665e6f636d61d637aeceb8cb
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: PUT
URL: http://localhost:3002/policies/665e6f636d61d637aeceb8cb
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJkaWQiOiJkaWQ6aGVkZXJhOnRlc3RuZXQ6REpkb0FmUmd5em1ScGROY0ZOSDZQcUhQWFd3Nk5QVFhEOVRDa2NicW5qZTNfMC4wLjM5NDM1ODMiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJpYXQiOjE2ODAwODg4MDN9.qv3sb9rtrowdQqObk8Co15erlkrXFAePvef1DeyTjmc",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 335
}
Body: {"id":"665e6f636d61d637aeceb8cb","uuid":"string","name":"string","version":"string","description":"string","topicDescription":"string","config":{},"status":"string","owner":"string","policyRoles":["string"],"topicId":"string","policyTag":"string","policyTopics":[{"name":"string","description":"string","type":"string","static":true}]}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "61",
"date": "Tue, 04 Jun 2024 01:59:28 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "Policy is not in draft status."
}
https://on.cypress.io/request
at <unknown> (http://localhost:40499/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:40499/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:40499/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:40499/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:40499/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:40499/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:40499/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:40499/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/policies/putPoliciesId.cy.js:18:12)
Check warning on line 0 in "before all" hook for "Get data from the root policy block"
github-actions / Unit Test Results
Policies "before all" hook for "Get data from the root policy block" ("before all" hook for "Get data from the root policy block") failed
e2e-tests/cypress/test_results/junit/9d51c9ba4390d91abd81f29146ac4f1f.xml
Raw output
AssertionError: expected 'PUBLISH' to equal 'DRAFT'
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Policies`
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/policies/getPoliciesBlocks.cy.js:22:39)
+ expected - actual
-'PUBLISH'
+'DRAFT'
Check warning on line 0 in Freeze and unfreeze transfers of the specified token for the user
github-actions / Unit Test Results
Tokens Freeze and unfreeze transfers of the specified token for the user (Freeze and unfreeze transfers of the specified token for the user) failed
e2e-tests/cypress/test_results/junit/d9d2ba93df180e1b18d5d792b984a9e2.xml
Raw output
TypeError: Cannot read properties of undefined (reading 'tokenId')
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/tokens/putFreezeUnfreeze.cy.js:33:55)
Check warning on line 0 in Set and unset the KYC flag for the user
github-actions / Unit Test Results
Tokens Set and unset the KYC flag for the user (Set and unset the KYC flag for the user) failed
e2e-tests/cypress/test_results/junit/1da9a18f629d99169a6bdea32d1e4dc3.xml
Raw output
TypeError: Cannot read properties of undefined (reading 'tokenId')
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/tokens/putGrantRevokeKyc.cy.js:34:51)
Check warning on line 0 in "before all" hook for "Delete the schema with the provided schema ID"
github-actions / Unit Test Results
Schemas "before all" hook for "Delete the schema with the provided schema ID" ("before all" hook for "Delete the schema with the provided schema ID") failed
e2e-tests/cypress/test_results/junit/6f217145ac5238a225aa281429b0d493.xml
Raw output
CypressError: `cy.request()` failed on:
http://localhost:3002/schemas/0.0.4407804
The response we received from your web server was:
> 422: Unprocessable Entity
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/schemas/0.0.4407804
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJkaWQiOiJkaWQ6aGVkZXJhOnRlc3RuZXQ6REpkb0FmUmd5em1ScGROY0ZOSDZQcUhQWFd3Nk5QVFhEOVRDa2NicW5qZTNfMC4wLjM5NDM1ODMiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJpYXQiOjE2ODAwODg4MDN9.qv3sb9rtrowdQqObk8Co15erlkrXFAePvef1DeyTjmc",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 936
}
Body: {"uuid":"0000b23a-b1ea-408f-a57321596a2060a","description":"new","hash":"","status":"DRAFT","readonly":false,"name":"test","entity":"NONE","document":"{\"$id\":\"#${schemaUUID}\",\"$comment\":\"{\\\"term\\\": \\\"${schemaUUID}\\\", \\\"@id\\\": \\\"https://localhost/schema#${schemaUUID}\\\"}\",\"title\":\"test\",\"description\":\" test\",\"type\":\"object\",\"properties\":{\"@context\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"readOnly\":true},\"type\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"readOnly\":true},\"id\":{\"type\":\"string\",\"readOnly\":true},\"field0\":{\"title\":\"test field\",\"description\":\"test field\",\"readOnly\":false,\"$comment\":\"{\\\"term\\\": \\\"field0\\\", \\\"@id\\\": \\\"https://www.schema.org/text\\\"}\",\"type\":\"string\"}},\"required\":[\"@context\",\"type\"],\"additionalProperties\":false}"}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "90",
"date": "Tue, 04 Jun 2024 02:04:03 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": [
"document must be an object"
],
"error": "Unprocessable Entity"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Schemas`
at <unknown> (http://localhost:40499/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:40499/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:40499/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:40499/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:40499/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:40499/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:40499/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:40499/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/schemas/schemaManage.cy.js:19:15)
Check warning on line 0 in "before all" hook: Set pool for "Get wipe request"
github-actions / Unit Test Results
Contracts "before all" hook: Set pool for "Get wipe request" ("before all" hook: Set pool for "Get wipe request") failed
e2e-tests/cypress/test_results/junit/bc54def26c35eee335102e7ddb5ac2ef.xml
Raw output
CypressError: `cy.request()` failed on:
http://localhost:3002/contracts/retire/665e70b66d61d637aecebb9b/pools/
The response we received from your web server was:
> 500: Internal Server Error
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/contracts/retire/665e70b66d61d637aecebb9b/pools/
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJkaWQiOiJkaWQ6aGVkZXJhOnRlc3RuZXQ6REpkb0FmUmd5em1ScGROY0ZOSDZQcUhQWFd3Nk5QVFhEOVRDa2NicW5qZTNfMC4wLjM5NDM1ODMiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJpYXQiOjE2ODAwODg4MDN9.qv3sb9rtrowdQqObk8Co15erlkrXFAePvef1DeyTjmc",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 91
}
Body: {"tokens":[{"token":"23057c7d-2e69-449c-92ff-59e57b736092","count":1}],"immediately":false}
-----------------------------------------------------------
The response we got was:
Status: 500 - Internal Server Error
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "94",
"date": "Tue, 04 Jun 2024 01:43:56 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 500,
"message": "failed to parse entity id: 23057c7d-2e69-449c-92ff-59e57b736092"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Contracts`
at <unknown> (http://localhost:40499/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:40499/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:40499/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:40499/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:40499/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:40499/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:40499/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:40499/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/contracts/getRequests.cy.js:371:20)
Check warning on line 0 in Delete the system schema with the provided schema ID
github-actions / Unit Test Results
Schemas Delete the system schema with the provided schema ID (Delete the system schema with the provided schema ID) failed
e2e-tests/cypress/test_results/junit/f71b2175a22e2124db0cfba9e7ac1fbb.xml
Raw output
CypressError: `cy.request()` failed on:
http://localhost:3002/schemas/system/665e76156d61d637aecec356
The response we received from your web server was:
> 422: Unprocessable Entity
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: PUT
URL: http://localhost:3002/schemas/system/665e76156d61d637aecec356
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJkaWQiOiJkaWQ6aGVkZXJhOnRlc3RuZXQ6REpkb0FmUmd5em1ScGROY0ZOSDZQcUhQWFd3Nk5QVFhEOVRDa2NicW5qZTNfMC4wLjM5NDM1ODMiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJpYXQiOjE2ODAwODg4MDN9.qv3sb9rtrowdQqObk8Co15erlkrXFAePvef1DeyTjmc",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 970
}
Body: {"id":"665e76156d61d637aecec356","uuid":"1111b23a-b1ea-408f-a573-6d8bd1a2060a","description":"new","hash":"","status":"DRAFT","readonly":false,"name":"test","entity":"USER","document":"{\"$id\":\"#${schemaUUID}\",\"$comment\":\"{\\\"term\\\": \\\"${schemaUUID}\\\", \\\"@id\\\": \\\"https://localhost/schema#${schemaUUID}\\\"}\",\"title\":\"test\",\"description\":\" test\",\"type\":\"object\",\"properties\":{\"@context\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"readOnly\":true},\"type\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"readOnly\":true},\"id\":{\"type\":\"string\",\"readOnly\":true},\"field0\":{\"title\":\"test field\",\"description\":\"test field\",\"readOnly\":false,\"$comment\":\"{\\\"term\\\": \\\"field0\\\", \\\"@id\\\": \\\"https://www.schema.org/text\\\"}\",\"type\":\"string\"}},\"required\":[\"@context\",\"type\"],\"additionalProperties\":false}"}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "90",
"date": "Tue, 04 Jun 2024 02:04:05 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": [
"document must be an object"
],
"error": "Unprocessable Entity"
}
https://on.cypress.io/request
at <unknown> (http://localhost:40499/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:40499/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:40499/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:40499/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:40499/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:40499/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:40499/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:40499/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/schemas/systemSchemaManage.cy.js:40:16)
Check warning on line 0 in Push publish the schema with the provided (internal) schema ID
github-actions / Unit Test Results
Schemas Push publish the schema with the provided (internal) schema ID (Push publish the schema with the provided (internal) schema ID) failed
e2e-tests/cypress/test_results/junit/5c3eb8a0ed57f02810be94d74a259b69.xml
Raw output
CypressError: `cy.request()` failed on:
http://localhost:3002/schemas/0.0.4407820
The response we received from your web server was:
> 422: Unprocessable Entity
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/schemas/0.0.4407820
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJkaWQiOiJkaWQ6aGVkZXJhOnRlc3RuZXQ6REpkb0FmUmd5em1ScGROY0ZOSDZQcUhQWFd3Nk5QVFhEOVRDa2NicW5qZTNfMC4wLjM5NDM1ODMiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJpYXQiOjE2ODAwODg4MDN9.qv3sb9rtrowdQqObk8Co15erlkrXFAePvef1DeyTjmc",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 936
}
Body: {"uuid":"0000b23a-b1ea-408f-a57360965a2060a","description":"new","hash":"","status":"DRAFT","readonly":false,"name":"test","entity":"NONE","document":"{\"$id\":\"#${schemaUUID}\",\"$comment\":\"{\\\"term\\\": \\\"${schemaUUID}\\\", \\\"@id\\\": \\\"https://localhost/schema#${schemaUUID}\\\"}\",\"title\":\"test\",\"description\":\" test\",\"type\":\"object\",\"properties\":{\"@context\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"readOnly\":true},\"type\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"readOnly\":true},\"id\":{\"type\":\"string\",\"readOnly\":true},\"field0\":{\"title\":\"test field\",\"description\":\"test field\",\"readOnly\":false,\"$comment\":\"{\\\"term\\\": \\\"field0\\\", \\\"@id\\\": \\\"https://www.schema.org/text\\\"}\",\"type\":\"string\"}},\"required\":[\"@context\",\"type\"],\"additionalProperties\":false}"}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "90",
"date": "Tue, 04 Jun 2024 02:03:51 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": [
"document must be an object"
],
"error": "Unprocessable Entity"
}
https://on.cypress.io/request
at <unknown> (http://localhost:40499/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:40499/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:40499/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:40499/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:40499/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:40499/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:40499/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:40499/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/schemas/putPushSchemaPublish.cy.js:19:15)
github-actions / Unit Test Results
Tokens "before all" hook for "Associate and disassociate the user with the provided Hedera token" ("before all" hook for "Associate and disassociate the user with the provided Hedera token") failed
e2e-tests/cypress/test_results/junit/bac4e9dfb11cde1c513da53e8730b29a.xml
Raw output
AssertionError: expected 'PUBLISH' to equal 'DRAFT'
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Tokens`
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/tokens/putDissociateAssociate.cy.js:18:45)
+ expected - actual
-'PUBLISH'
+'DRAFT'
Check warning on line 0 in "before all" hook for "Validate the policy"
github-actions / Unit Test Results
Policies "before all" hook for "Validate the policy" ("before all" hook for "Validate the policy") failed
e2e-tests/cypress/test_results/junit/24ab5bf30853b26fa02faf31cab66dc8.xml
Raw output
AssertionError: expected 'PUBLISH' to equal 'DRAFT'
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: ` Policies`
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/policies/postPoliciesAndValidate.cy.js:21:39)
+ expected - actual
-'PUBLISH'
+'DRAFT'
Check warning on line 0 in "before all" hook for "Get all policies"
github-actions / Unit Test Results
Policies "before all" hook for "Get all policies" ("before all" hook for "Get all policies") failed
e2e-tests/cypress/test_results/junit/39b60fe0811bc18406f7ff6034bd1d5c.xml
Raw output
AssertionError: expected 'PUBLISH' to equal 'DRAFT'
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Policies`
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/policies/getPolicies.cy.js:21:41)
+ expected - actual
-'PUBLISH'
+'DRAFT'
Check warning on line 0 in "before all" hook for "Updates the schema with the provided schema ID"
github-actions / Unit Test Results
Schemas "before all" hook for "Updates the schema with the provided schema ID" ("before all" hook for "Updates the schema with the provided schema ID") failed
e2e-tests/cypress/test_results/junit/a03f524e074c10b3957b859cbbf53bc8.xml
Raw output
CypressError: `cy.request()` failed on:
http://localhost:3002/schemas/0.0.4407804
The response we received from your web server was:
> 422: Unprocessable Entity
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/schemas/0.0.4407804
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJkaWQiOiJkaWQ6aGVkZXJhOnRlc3RuZXQ6REpkb0FmUmd5em1ScGROY0ZOSDZQcUhQWFd3Nk5QVFhEOVRDa2NicW5qZTNfMC4wLjM5NDM1ODMiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJpYXQiOjE2ODAwODg4MDN9.qv3sb9rtrowdQqObk8Co15erlkrXFAePvef1DeyTjmc",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 936
}
Body: {"uuid":"0000b23a-b1ea-408f-a57399117a2060a","description":"new","hash":"","status":"DRAFT","readonly":false,"name":"test","entity":"NONE","document":"{\"$id\":\"#${schemaUUID}\",\"$comment\":\"{\\\"term\\\": \\\"${schemaUUID}\\\", \\\"@id\\\": \\\"https://localhost/schema#${schemaUUID}\\\"}\",\"title\":\"test\",\"description\":\" test\",\"type\":\"object\",\"properties\":{\"@context\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"readOnly\":true},\"type\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"readOnly\":true},\"id\":{\"type\":\"string\",\"readOnly\":true},\"field0\":{\"title\":\"test field\",\"description\":\"test field\",\"readOnly\":false,\"$comment\":\"{\\\"term\\\": \\\"field0\\\", \\\"@id\\\": \\\"https://www.schema.org/text\\\"}\",\"type\":\"string\"}},\"required\":[\"@context\",\"type\"],\"additionalProperties\":false}"}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "90",
"date": "Tue, 04 Jun 2024 02:03:57 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": [
"document must be an object"
],
"error": "Unprocessable Entity"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Schemas`
at <unknown> (http://localhost:40499/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:40499/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:40499/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:40499/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:40499/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:40499/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:40499/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:40499/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/schemas/putUpdateSchema.cy.js:19:15)
Check warning on line 0 in Compare modules
github-actions / Unit Test Results
Analytics Compare modules (Compare modules) failed
e2e-tests/cypress/test_results/junit/a3574aa0275f676e8eee44659e661cf2.xml
Raw output
TypeError: Cannot read properties of undefined (reading '_id')
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/analytics/compareModules.cy.js:46:44)
Check warning on line 0 in Compare modules(Export)
github-actions / Unit Test Results
Analytics Compare modules(Export) (Compare modules(Export)) failed
e2e-tests/cypress/test_results/junit/a3574aa0275f676e8eee44659e661cf2.xml
Raw output
TypeError: Cannot read properties of undefined (reading '_id')
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/analytics/compareModules.cy.js:144:44)
Check warning on line 0 in "before all" hook for "Get block data"
github-actions / Unit Test Results
Policies "before all" hook for "Get block data" ("before all" hook for "Get block data") failed
e2e-tests/cypress/test_results/junit/ab37e3cfae6d079ad45921536738a746.xml
Raw output
AssertionError: expected 'PUBLISH' to equal 'DRAFT'
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Policies`
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/policies/getPoliciesBlocksData.cy.js:21:39)
+ expected - actual
-'PUBLISH'
+'DRAFT'
Check warning on line 0 in Delete artifact
github-actions / Unit Test Results
Artifacts Delete artifact (Delete artifact) failed
e2e-tests/cypress/test_results/junit/79c4453f5ee65db959205b03da9fa252.xml
Raw output
AssertionError: expected 200 to deeply equal 204
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/artifacts/deleteArtifact.cy.js:43:40)
+ expected - actual
-200
+204
Check warning on line 0 in Delete already deleted artifact - Negative
github-actions / Unit Test Results
Artifacts Delete already deleted artifact - Negative (Delete already deleted artifact - Negative) failed
e2e-tests/cypress/test_results/junit/79c4453f5ee65db959205b03da9fa252.xml
Raw output
AssertionError: expected 200 to deeply equal 204
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/artifacts/deleteArtifact.cy.js:65:40)
+ expected - actual
-200
+204
Check warning on line 0 in Push publish the policy with the specified (internal) policy ID
github-actions / Unit Test Results
Policy - Import Push publish the policy with the specified (internal) policy ID (Push publish the policy with the specified (internal) policy ID) failed
e2e-tests/cypress/test_results/junit/9480c32d04768e8c643ab43a0bb15dc9.xml
Raw output
AssertionError: expected 'PUBLISH' to equal 'DRAFT'
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/policies/putPushPoliciesPublish.cy.js:21:45)
+ expected - actual
-'PUBLISH'
+'DRAFT'
github-actions / Unit Test Results
Schemas "before all" hook for "Publish the schema with the provided (internal) schema ID" ("before all" hook for "Publish the schema with the provided (internal) schema ID") failed
e2e-tests/cypress/test_results/junit/4bee5075f3d358811ba0bb9aba1596e2.xml
Raw output
CypressError: `cy.request()` failed on:
http://localhost:3002/schemas/0.0.4407804
The response we received from your web server was:
> 422: Unprocessable Entity
This was considered a failure because the status code was not `2xx` or `3xx`.
If you do not want status codes to cause failures pass the option: `failOnStatusCode: false`
-----------------------------------------------------------
The request we sent was:
Method: POST
URL: http://localhost:3002/schemas/0.0.4407804
Headers: {
"Connection": "keep-alive",
"authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlN0YW5kYXJkUmVnaXN0cnkiLCJkaWQiOiJkaWQ6aGVkZXJhOnRlc3RuZXQ6REpkb0FmUmd5em1ScGROY0ZOSDZQcUhQWFd3Nk5QVFhEOVRDa2NicW5qZTNfMC4wLjM5NDM1ODMiLCJyb2xlIjoiU1RBTkRBUkRfUkVHSVNUUlkiLCJpYXQiOjE2ODAwODg4MDN9.qv3sb9rtrowdQqObk8Co15erlkrXFAePvef1DeyTjmc",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.7.1 Chrome/118.0.5993.159 Electron/27.1.3 Safari/537.36",
"accept": "*/*",
"accept-encoding": "gzip, deflate",
"content-type": "application/json",
"content-length": 937
}
Body: {"uuid":"0000b23a-b1ea-408f-a573924759a2060a","description":"new","hash":"","status":"DRAFT","readonly":false,"name":"test","entity":"NONE","document":"{\"$id\":\"#${schemaUUID}\",\"$comment\":\"{\\\"term\\\": \\\"${schemaUUID}\\\", \\\"@id\\\": \\\"https://localhost/schema#${schemaUUID}\\\"}\",\"title\":\"test\",\"description\":\" test\",\"type\":\"object\",\"properties\":{\"@context\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"readOnly\":true},\"type\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"readOnly\":true},\"id\":{\"type\":\"string\",\"readOnly\":true},\"field0\":{\"title\":\"test field\",\"description\":\"test field\",\"readOnly\":false,\"$comment\":\"{\\\"term\\\": \\\"field0\\\", \\\"@id\\\": \\\"https://www.schema.org/text\\\"}\",\"type\":\"string\"}},\"required\":[\"@context\",\"type\"],\"additionalProperties\":false}"}
-----------------------------------------------------------
The response we got was:
Status: 422 - Unprocessable Entity
Headers: {
"content-type": "application/json; charset=utf-8",
"content-length": "90",
"date": "Tue, 04 Jun 2024 02:03:54 GMT",
"connection": "keep-alive",
"keep-alive": "timeout=72"
}
Body: {
"statusCode": 422,
"message": [
"document must be an object"
],
"error": "Unprocessable Entity"
}
https://on.cypress.io/request
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Schemas`
at <unknown> (http://localhost:40499/__cypress/runner/cypress_runner.js:133123:72)
at tryCatcher (http://localhost:40499/__cypress/runner/cypress_runner.js:1807:23)
at Promise._settlePromiseFromHandler (http://localhost:40499/__cypress/runner/cypress_runner.js:1519:31)
at Promise._settlePromise (http://localhost:40499/__cypress/runner/cypress_runner.js:1576:18)
at Promise._settlePromise0 (http://localhost:40499/__cypress/runner/cypress_runner.js:1621:10)
at Promise._settlePromises (http://localhost:40499/__cypress/runner/cypress_runner.js:1701:18)
at _drainQueueStep (http://localhost:40499/__cypress/runner/cypress_runner.js:2407:12)
at _drainQueue (http://localhost:40499/__cypress/runner/cypress_runner.js:2400:9)
at Async._drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2416:5)
at Async.drainQueues (http://localhost:40499/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/schemas/putSchemaPublish.cy.js:18:15)
Check warning on line 0 in "before all" hook for "Get block data by tag"
github-actions / Unit Test Results
All 2 runs failed: Policies "before all" hook for "Get block data by tag" ("before all" hook for "Get block data by tag")
e2e-tests/cypress/test_results/junit/454183057cd166e349911188161b73b4.xml
e2e-tests/cypress/test_results/junit/f2f33406eac207ac10e5f97aa81aaa9e.xml
Raw output
AssertionError: expected 'PUBLISH' to equal 'DRAFT'
Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Policies`
at Context.eval (webpack://guardian-e2e-test/./cypress/e2e/api-tests/policies/getPoliciesBlocksTag.cy.js:20:39)
+ expected - actual
-'PUBLISH'
+'DRAFT'
Check notice on line 0 in .github
github-actions / Unit Test Results
192 tests found
There are 192 tests, see "Raw output" for the full list of tests.
Raw output
"before all" hook for "Associate and disassociate the user with the provided Hedera token" ‑ Tokens "before all" hook for "Associate and disassociate the user with the provided Hedera token"
"before all" hook for "Delete the schema with the provided schema ID" ‑ Schemas "before all" hook for "Delete the schema with the provided schema ID"
"before all" hook for "Get all policies" ‑ Policies "before all" hook for "Get all policies"
"before all" hook for "Get block data by tag" ‑ Policies "before all" hook for "Get block data by tag"
"before all" hook for "Get block data" ‑ Policies "before all" hook for "Get block data"
"before all" hook for "Get data from the root policy block" ‑ Policies "before all" hook for "Get data from the root policy block"
"before all" hook for "Publish the schema with the provided (internal) schema ID" ‑ Schemas "before all" hook for "Publish the schema with the provided (internal) schema ID"
"before all" hook for "Updates the schema with the provided schema ID" ‑ Schemas "before all" hook for "Updates the schema with the provided schema ID"
"before all" hook for "Validate the policy" ‑ Policies "before all" hook for "Validate the policy"
"before all" hook: Set pool for "Get wipe request" ‑ Contracts "before all" hook: Set pool for "Get wipe request"
Add file to ipfs ‑ IPFS Add file to ipfs
Compare modules with empty auth - Negative ‑ Analytics Compare modules with empty auth - Negative
Compare modules with invalid auth - Negative ‑ Analytics Compare modules with invalid auth - Negative
Compare modules without auth - Negative ‑ Analytics Compare modules without auth - Negative
Compare modules ‑ Analytics Compare modules
Compare modules(Export) with empty auth - Negative ‑ Analytics Compare modules(Export) with empty auth - Negative
Compare modules(Export) with invalid auth - Negative ‑ Analytics Compare modules(Export) with invalid auth - Negative
Compare modules(Export) without auth - Negative ‑ Analytics Compare modules(Export) without auth - Negative
Compare modules(Export) ‑ Analytics Compare modules(Export)
Compare policies with empty auth - Negative ‑ Analytics Compare policies with empty auth - Negative
Compare policies with invalid auth - Negative ‑ Analytics Compare policies with invalid auth - Negative
Compare policies without auth - Negative ‑ Analytics Compare policies without auth - Negative
Compare policies ‑ Analytics Compare policies
Compare policies(Export) with empty auth - Negative ‑ Analytics Compare policies(Export) with empty auth - Negative
Compare policies(Export) with invalid auth - Negative ‑ Analytics Compare policies(Export) with invalid auth - Negative
Compare policies(Export) without auth - Negative ‑ Analytics Compare policies(Export) without auth - Negative
Compare policies(Export) ‑ Analytics Compare policies(Export)
Compare schemas with empty auth - Negative ‑ Analytics Compare schemas with empty auth - Negative
Compare schemas with invalid auth - Negative ‑ Analytics Compare schemas with invalid auth - Negative
Compare schemas without auth - Negative ‑ Analytics Compare schemas without auth - Negative
Compare schemas ‑ Analytics Compare schemas
Compare schemas(Export) with empty auth - Negative ‑ Analytics Compare schemas(Export) with empty auth - Negative
Compare schemas(Export) with invalid auth - Negative ‑ Analytics Compare schemas(Export) with invalid auth - Negative
Compare schemas(Export) without auth - Negative ‑ Analytics Compare schemas(Export) without auth - Negative
Compare schemas(Export) ‑ Analytics Compare schemas(Export)
Compare tools with empty auth - Negative ‑ Analytics Compare tools with empty auth - Negative
Compare tools with invalid auth - Negative ‑ Analytics Compare tools with invalid auth - Negative
Compare tools without auth - Negative ‑ Analytics Compare tools without auth - Negative
Compare tools ‑ Analytics Compare tools
Compare tools(Export) with empty auth - Negative ‑ Analytics Compare tools(Export) with empty auth - Negative
Compare tools(Export) with invalid auth - Negative ‑ Analytics Compare tools(Export) with invalid auth - Negative
Compare tools(Export) without auth - Negative ‑ Analytics Compare tools(Export) without auth - Negative
Compare tools(Export) ‑ Analytics Compare tools(Export)
Create a new module ‑ Modules Create a new module
Create a new policy ‑ Policies Create a new policy
Create a new token ‑ Tokens Create a new token
Create a new virtual account and login ‑ Dry Run Policies Create a new virtual account and login
Create and export module as file ‑ Modules Create and export module as file
Create and export module as message ‑ Modules Create and export module as message
Create new schema ‑ Tags Create new schema
Create new tag(contract) ‑ Tags Create new tag(contract)
Create new tag(module) ‑ Tags Create new tag(module)
Create new tag(policy) ‑ Tags Create new tag(policy)
Create retire contract ‑ Contracts Create retire contract
Delete already deleted artifact - Negative ‑ Artifacts Delete already deleted artifact - Negative
Delete artifact by user - Negative ‑ Artifacts Delete artifact by user - Negative
Delete artifact with empty auth token - Negative ‑ Artifacts Delete artifact with empty auth token - Negative
Delete artifact with invalid artifact id - Negative ‑ Artifacts Delete artifact with invalid artifact id - Negative
Delete artifact with invalid auth token - Negative ‑ Artifacts Delete artifact with invalid auth token - Negative
Delete artifact without auth token - Negative ‑ Artifacts Delete artifact without auth token - Negative
Delete artifact ‑ Artifacts Delete artifact
Delete tag ‑ Tags Delete tag
Delete tag(module) ‑ Tags Delete tag(module)
Delete tag(policy) ‑ Tags Delete tag(policy)
Delete tag(schema) ‑ Tags Delete tag(schema)
Delete the system schema with the provided schema ID ‑ Schemas Delete the system schema with the provided schema ID
Export schema file ‑ Schema Export schema file
Export schema message ‑ Schema Export schema message
Find the schema using the schema type ‑ Schemas Find the schema using the schema type
Freeze and unfreeze transfers of the specified token for the user ‑ Tokens Freeze and unfreeze transfers of the specified token for the user
Generates a new Hedera account with a random private key ‑ Demo Generates a new Hedera account with a random private key
Get Hedera account balance ‑ Profiles Get Hedera account balance
Get Standard Registry account information ‑ Profiles Get Standard Registry account information
Get Standard Registry balance ‑ Accounts Get Standard Registry balance
Get User balance ‑ Accounts Get User balance
Get a list of all published schemas ‑ Tags Get a list of all published schemas
Get a list of groups the user is a member of ‑ Policies Get a list of groups the user is a member of
Get all VP documents ‑ Trustchains Get all VP documents
Get all schemas by topicId ‑ Schemas Get all schemas by topicId
Get all schemas ‑ Schemas Get all schemas
Get all schemas ‑ Tags Get all schemas
Get all system schemas by username ‑ Schemas Get all system schemas by username
Get all tokens ‑ Tokens Get all tokens
Get all virtual users ‑ Dry Run Policies Get all virtual users
Get balance with empty auth token - Negative ‑ Accounts Get balance with empty auth token - Negative
Get balance with invalid auth token - Negative ‑ Accounts Get balance with invalid auth token - Negative
Get balance without auth token - Negative ‑ Accounts Get balance without auth token - Negative
Get current environment name ‑ Settings Get current environment name
Get current settings ‑ Settings Get current settings
Get list of Standard Registries as User ‑ Accounts Get list of Standard Registries as User
Get list of Standard Registries with empty auth token - Negative ‑ Accounts Get list of Standard Registries with empty auth token - Negative
Get list of Standard Registries with invalid auth token - Negative ‑ Accounts Get list of Standard Registries with invalid auth token - Negative
Get list of Standard Registries without auth token - Negative ‑ Accounts Get list of Standard Registries without auth token - Negative
Get list of Standard Registries ‑ Accounts Get list of Standard Registries
Get list of artifacts by user - Negative ‑ Artifacts Get list of artifacts by user - Negative
Get list of artifacts with empty auth token - Negative ‑ Artifacts Get list of artifacts with empty auth token - Negative
Get list of artifacts with invalid auth token - Negative ‑ Artifacts Get list of artifacts with invalid auth token - Negative
Get list of artifacts without auth token - Negative ‑ Artifacts Get list of artifacts without auth token - Negative
Get list of artifacts ‑ Artifacts Get list of artifacts
Get list of contracts with empty auth token - Negative ‑ Contracts Get list of contracts with empty auth token - Negative
Get list of contracts with invalid auth token - Negative ‑ Contracts Get list of contracts with invalid auth token - Negative
Get list of contracts without auth token - Negative ‑ Contracts Get list of contracts without auth token - Negative
Get list of contracts ‑ Contracts Get list of contracts
Get list of modules ‑ Modules Get list of modules
Get list of users as User - Negative ‑ Accounts Get list of users as User - Negative
Get list of users with empty auth - Negative ‑ Accounts Get list of users with empty auth - Negative
Get list of users with incorrect auth - Negative ‑ Accounts Get list of users with incorrect auth - Negative
Get list of users without auth - Negative ‑ Accounts Get list of users without auth - Negative
Get list of users ‑ Accounts Get list of users
Get lists of virtual artifacts ‑ Dry Run Policies Get lists of virtual artifacts
Get lists of virtual ipfs ‑ Dry Run Policies Get lists of virtual ipfs
Get lists of virtual transactions ‑ Dry Run Policies Get lists of virtual transactions
Get module configuration for the specified module ID ‑ Modules Get module configuration for the specified module ID
Get modules menu ‑ Modules Get modules menu
Get policy configuration for the specified policy ID ‑ Policies Get policy configuration for the specified policy ID
Get schema by schema ID ‑ Schemas Get schema by schema ID
Get the Hedera message ID for the specified policy ‑ Policies Get the Hedera message ID for the specified policy
Get the schema using the json document type ‑ Schemas Get the schema using the json document type
Get user account information ‑ Profiles Get user account information
Get user information for the token ‑ Tokens Get user information for the token
Get user session as Installer ‑ Accounts Get user session as Installer
Get user session as Standard Registry ‑ Accounts Get user session as Standard Registry
Import module from IPFS ‑ Modules Import module from IPFS
Import new schema from IPFS ‑ Schemas Import new schema from IPFS
Import new schema from a file ‑ Schemas Import new schema from a file
Imports new policy and all associated artifacts from IPFS ‑ Policy - Import Imports new policy and all associated artifacts from IPFS
Imports new policy and all associated artifacts from IPFS(wrong message id) ‑ Policy - Import Imports new policy and all associated artifacts from IPFS(wrong message id)
Imports new policy and all associated artifacts from file ‑ Policies Imports new policy and all associated artifacts from file
Login as Auditor ‑ Accounts Login as Auditor
Login as Installer ‑ Accounts Login as Installer
Login as Standard Registry ‑ Accounts Login as Standard Registry
Login with empty password - Negative ‑ Accounts Login with empty password - Negative
Login with empty username - Negative ‑ Accounts Login with empty username - Negative
Login with sql injection - Negative ‑ Accounts Login with sql injection - Negative
Make the created scheme active ‑ Schemas Make the created scheme active
Make the group active ‑ Policies Make the group active
Preview the module from IPFS ‑ Modules Preview the module from IPFS
Preview the policy from IPFS ‑ Policies Preview the policy from IPFS
Preview the schema from a file ‑ Schemas Preview the schema from a file
Publish the module ‑ Modules Publish the module
Publish the schema with the provided (internal) schema ID ‑ Tags Publish the schema with the provided (internal) schema ID
Push create a new token ‑ Tokens Push create a new token
Push create new schema ‑ Schemas Push create new schema
Push import new policy and all associated artifacts from IPFS ‑ Policy - Import Push import new policy and all associated artifacts from IPFS
Push import new policy and all associated artifacts ‑ Policies Push import new policy and all associated artifacts
Push import new schema from IPFS ‑ Schemas Push import new schema from IPFS
Push import new schema from a file ‑ Schemas Push import new schema from a file
Push preview the policy from IPFS ‑ Schemas Push preview the policy from IPFS
Push preview the schema from IPFS ‑ Schemas Push preview the schema from IPFS
Push publish the policy with the specified (internal) policy ID ‑ Policy - Import Push publish the policy with the specified (internal) policy ID
Push publish the schema with the provided (internal) schema ID ‑ Schemas Push publish the schema with the provided (internal) schema ID
Push set the KYC flag for the user ‑ Tokens Push set the KYC flag for the user
Push unset the KYC flag for the user ‑ Tokens Push unset the KYC flag for the user
Register a new user, login with it and set hedera credentials for it ‑ Profiles Register a new user, login with it and set hedera credentials for it
Register and login as new user ‑ Accounts Register and login as new user
Register with already registered username - Negative ‑ Accounts Register with already registered username - Negative
Register with extra data - Negative ‑ Accounts Register with extra data - Negative
Register with invalid input data - Negative ‑ Accounts Register with invalid input data - Negative
Register with invalid type of username - Negative ‑ Accounts Register with invalid type of username - Negative
Register with sql infection - Negative ‑ Accounts Register with sql infection - Negative
Register with user password mismatch - Negative ‑ Accounts Register with user password mismatch - Negative
Register with wrong URL - Negative ‑ Accounts Register with wrong URL - Negative
Register with wrong method - Negative ‑ Accounts Register with wrong method - Negative
Register without body - Negative ‑ Accounts Register without body - Negative
Register without password - Negative ‑ Accounts Register without password - Negative
Register without username - Negative ‑ Accounts Register without username - Negative
Return logs ‑ Logs Return logs
Returns logs attributes ‑ Logs Returns logs attributes
Run policy without making any persistent changes or executing transaction ‑ Dry Run Policies Run policy without making any persistent changes or executing transaction
Search blocks ‑ Analytics Search blocks
Search policy ‑ Analytics Search policy
Search tags ‑ Tags Search tags
Send data to the specified block ‑ Policies Send data to the specified block
Set Hedera credentials for the Installer ‑ Profiles Set Hedera credentials for the Installer
Set and unset the KYC flag for the user ‑ Tokens Set and unset the KYC flag for the user
Set settings ‑ Settings Set settings
Should attempt to register a new user, login with it and set invalid hedera credentials for it ‑ Profiles Should attempt to register a new user, login with it and set invalid hedera credentials for it
Synchronization a tag ‑ Tags Synchronization a tag
Update module configuration for the specified module ID ‑ Modules Update module configuration for the specified module ID
Update policy configuration for the specified policy ID ‑ Policies Update policy configuration for the specified policy ID
Update the schema with the provided schema ID ‑ Tags Update the schema with the provided schema ID
Updates the system schema with the provided schema ID ‑ Schemas Updates the system schema with the provided schema ID
Upload artifact with empty auth token - Negative ‑ Artifacts Upload artifact with empty auth token - Negative
Upload artifact with invalid auth token - Negative ‑ Artifacts Upload artifact with invalid auth token - Negative
Upload artifact with invalid policy id - Negative ‑ Artifacts Upload artifact with invalid policy id - Negative
Upload artifact without auth token - Negative ‑ Artifacts Upload artifact without auth token - Negative
Upload artifact without file - Negative ‑ Artifacts Upload artifact without file - Negative
Upload artifact ‑ Artifacts Upload artifact
export policy message ‑ Policies export policy message
import module ipfs ‑ Modules import module ipfs
should restarts the execution of the policy and clear data in database ‑ Dry Run Policies should restarts the execution of the policy and clear data in database
should sends data from an external source ‑ External should sends data from an external source