Skip to content

v2.25.0: Guardian indexer, roles and permissions, project data comparison #113

v2.25.0: Guardian indexer, roles and permissions, project data comparison

v2.25.0: Guardian indexer, roles and permissions, project data comparison #113

GitHub Actions / Unit Test Results failed Jun 2, 2024 in 0s

20 fail, 172 pass in 17m 9s

111 files  220 suites   17m 9s ⏱️
192 tests 172 ✔️ 0 💤 20
195 runs  174 ✔️ 0 💤 21

Results for commit 5f03f0c.

Annotations

Check warning on line 0 in Delete artifact

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

Artifacts Delete artifact (Delete artifact) failed

e2e-tests/cypress/test_results/junit/3d78cb141a9042cf8e71286d98d305b4.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

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

Artifacts Delete already deleted artifact - Negative (Delete already deleted artifact - Negative) failed

e2e-tests/cypress/test_results/junit/3d78cb141a9042cf8e71286d98d305b4.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 "before all" hook for "Get data from the root policy block"

See this annotation in the file changed.

@github-actions 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/e727f8e57170dc9cdac29f6efb7d8307.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 "before all" hook for "Delete the schema with the provided schema ID"

See this annotation in the file changed.

@github-actions 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/42c35b16a540057895c3e81c0731af49.xml
Raw output
CypressError: `cy.request()` failed on:

http://localhost:3002/schemas/0.0.4405380

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.4405380
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-a573284351a2060a","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": "Sun, 02 Jun 2024 02:04:31 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:43889/__cypress/runner/cypress_runner.js:133123:72)
    at tryCatcher (http://localhost:43889/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:43889/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:43889/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:43889/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:43889/__cypress/runner/cypress_runner.js:1701:18)
    at _drainQueueStep (http://localhost:43889/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:43889/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:43889/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:43889/__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 for "Get block data by tag"

See this annotation in the file changed.

@github-actions 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/7aac77e747ff98484c1ab2447527c736.xml
e2e-tests/cypress/test_results/junit/cdedef90e8b5f95e7cb6e91f93b22674.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 warning on line 0 in "before all" hook for "Validate the policy"

See this annotation in the file changed.

@github-actions 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/b9fc27ae0e25509f8777c90961da1bec.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 Freeze and unfreeze transfers of the specified token for the user

See this annotation in the file changed.

@github-actions 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/b1642bd4e22597f5517ef2b60a2a113a.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 "before all" hook for "Get all policies"

See this annotation in the file changed.

@github-actions 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/e3391f7734e57da44bf39f63c0618871.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"

See this annotation in the file changed.

@github-actions 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/9bf188b0d28c45f4b3b82f9a03ca6328.xml
Raw output
CypressError: `cy.request()` failed on:

http://localhost:3002/schemas/0.0.4405380

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.4405380
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-a573628801a2060a","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": "Sun, 02 Jun 2024 02:04:25 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:43889/__cypress/runner/cypress_runner.js:133123:72)
    at tryCatcher (http://localhost:43889/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:43889/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:43889/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:43889/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:43889/__cypress/runner/cypress_runner.js:1701:18)
    at _drainQueueStep (http://localhost:43889/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:43889/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:43889/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:43889/__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 "before all" hook for "Associate and disassociate the user with the provided Hedera token"

See this annotation in the file changed.

@github-actions 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/d2a9e43e86970665051ed1bf43bedd75.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 "Publish the schema with the provided (internal) schema ID"

See this annotation in the file changed.

@github-actions 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/f0728cd8661075c9bb32509c99636d09.xml
Raw output
CypressError: `cy.request()` failed on:

http://localhost:3002/schemas/0.0.4405380

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.4405380
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-a573725308a2060a","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": "Sun, 02 Jun 2024 02:04:22 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:43889/__cypress/runner/cypress_runner.js:133123:72)
    at tryCatcher (http://localhost:43889/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:43889/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:43889/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:43889/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:43889/__cypress/runner/cypress_runner.js:1701:18)
    at _drainQueueStep (http://localhost:43889/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:43889/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:43889/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:43889/__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 Compare modules

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

Analytics Compare modules (Compare modules) failed

e2e-tests/cypress/test_results/junit/44dddc349e7ecbf049bd076cf6d84458.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)

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

Analytics Compare modules(Export) (Compare modules(Export)) failed

e2e-tests/cypress/test_results/junit/44dddc349e7ecbf049bd076cf6d84458.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 Delete the system schema with the provided schema ID

See this annotation in the file changed.

@github-actions 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/b1e93b081d9bf88406fa56b3fdaf5f3f.xml
Raw output
CypressError: `cy.request()` failed on:

http://localhost:3002/schemas/system/665bd331efb970ba156f56b3

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/665bd331efb970ba156f56b3
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":"665bd331efb970ba156f56b3","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": "Sun, 02 Jun 2024 02:04:33 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:43889/__cypress/runner/cypress_runner.js:133123:72)
    at tryCatcher (http://localhost:43889/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:43889/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:43889/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:43889/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:43889/__cypress/runner/cypress_runner.js:1701:18)
    at _drainQueueStep (http://localhost:43889/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:43889/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:43889/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:43889/__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 "before all" hook for "Get block data"

See this annotation in the file changed.

@github-actions 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/e7be082ed96ebda6d487a42fdf3e6a86.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 Push publish the policy with the specified (internal) policy ID

See this annotation in the file changed.

@github-actions 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/a1f52df0ea7860a29aab002a912a4dfd.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'
      

Check warning on line 0 in Push publish the schema with the provided (internal) schema ID

See this annotation in the file changed.

@github-actions 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/31b04788cfcb471c74b19787b5948627.xml
Raw output
CypressError: `cy.request()` failed on:

http://localhost:3002/schemas/0.0.4405395

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.4405395
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-a573572056a2060a","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": "Sun, 02 Jun 2024 02:04:19 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:43889/__cypress/runner/cypress_runner.js:133123:72)
    at tryCatcher (http://localhost:43889/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:43889/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:43889/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:43889/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:43889/__cypress/runner/cypress_runner.js:1701:18)
    at _drainQueueStep (http://localhost:43889/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:43889/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:43889/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:43889/__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)

Check warning on line 0 in Set and unset the KYC flag for the user

See this annotation in the file changed.

@github-actions 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/d0f5fcaea7bda8981742e7d9a25b4482.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 Update policy configuration for the specified policy ID

See this annotation in the file changed.

@github-actions 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/b4f105d16b6340b5a3b22c40ed35dcef.xml
Raw output
CypressError: `cy.request()` failed on:

http://localhost:3002/policies/665bcc9befb970ba156f4c28

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/665bcc9befb970ba156f4c28
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":"665bcc9befb970ba156f4c28","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": "Sun, 02 Jun 2024 02:00:00 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:43889/__cypress/runner/cypress_runner.js:133123:72)
    at tryCatcher (http://localhost:43889/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:43889/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:43889/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:43889/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:43889/__cypress/runner/cypress_runner.js:1701:18)
    at _drainQueueStep (http://localhost:43889/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:43889/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:43889/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:43889/__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: Set pool for "Get wipe request"

See this annotation in the file changed.

@github-actions 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/e48f956aa2a05eb76da7aa0eb097e055.xml
Raw output
CypressError: `cy.request()` failed on:

http://localhost:3002/contracts/retire/665bcdeaefb970ba156f4ef8/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/665bcdeaefb970ba156f4ef8/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":"614c2861-b34b-41ff-befa-455dcc5e39ef","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": "Sun, 02 Jun 2024 01:44:45 GMT",
  "connection": "keep-alive",
  "keep-alive": "timeout=72"
}
Body: {
  "statusCode": 500,
  "message": "failed to parse entity id: 614c2861-b34b-41ff-befa-455dcc5e39ef"
}


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:43889/__cypress/runner/cypress_runner.js:133123:72)
    at tryCatcher (http://localhost:43889/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:43889/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:43889/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:43889/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:43889/__cypress/runner/cypress_runner.js:1701:18)
    at _drainQueueStep (http://localhost:43889/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:43889/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:43889/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:43889/__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 notice on line 0 in .github

See this annotation in the file changed.

@github-actions 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