Build: #282 failed

Job: Test, build and push docker image failed

Stages & jobs

  1. Default Stage

  2. QA

suite for synchronous action creators should handle QUERy POSSIBLe ANSWEr CONCEPTs and fail: Test case result

The below summarizes the result of the test " suite for synchronous action creators should handle QUERy POSSIBLe ANSWEr CONCEPTs and fail" in build 282 of Open Concept Lab - OCL Dictionary Manager - Default Job.
Description
suite for synchronous action creators should handle QUERy POSSIBLe ANSWEr CONCEPTs and fail
Test class
test suite for synchronous action creators should handle QUERY_POSSIBLE_ANSWER_CONCEPTS and fail
Method
test suite for synchronous action creators should handle QUERY_POSSIBLE_ANSWER_CONCEPTS and fail
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

Error: expect(received).toEqual(expected)

Expected value to equal:
  Array []
Received:
  [{"payload": [{"type": "concept"}], "type": "[concepts] query_possible_answer_concepts"}]

Difference:

- Expected
+ Received

-Array []
+Array [
+  Object {
+    "payload": Array [
+      Object {
+        "type": "concept",
+      },
+    ],
+    "type": "[concepts] query_possible_answer_concepts",
+  },
+]
    at store.dispatch.then (/home/bamboo-agent/bamboo-agent/xml-data/build-dir/OCL-OC-JOB1/src/tests/dictionaryConcepts/actions/dictionaryConcept.test.js:713:34)