Build: #282 failed

Job: Test, build and push docker image failed

Stages & jobs

  1. Default Stage

  2. QA

suite for dictionary concept actions should handle ADd CONCEPt To DICTIONARY: Test case result

The below summarizes the result of the test " suite for dictionary concept actions should handle ADd CONCEPt To DICTIONARY" in build 282 of Open Concept Lab - OCL Dictionary Manager - Default Job. View test case history
Description
suite for dictionary concept actions should handle ADd CONCEPt To DICTIONARY
Test class
Test suite for dictionary concept actions should handle ADD_CONCEPT_TO_DICTIONARY
Method
Test suite for dictionary concept actions should handle ADD_CONCEPT_TO_DICTIONARY
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

Error: expect(received).toEqual(expected)

Expected value to equal:
  [{"payload": {"added": true}, "type": "[concepts] add_concept_to_dictionary"}, {"payload": false, "type": "[ui] toggle spinner"}]
Received:
  [{"payload": false, "type": "[ui] toggle spinner"}]

Difference:

- Expected
+ Received

Array [
   Object {
-    "payload": Object {
-      "added": true,
-    },
-    "type": "[concepts] add_concept_to_dictionary",
-  },
-  Object {
     "payload": false,
     "type": "[ui] toggle spinner",
   },
 ]
    at store.dispatch.then (/home/bamboo-agent/bamboo-agent/xml-data/build-dir/OCL-OC-JOB1/src/tests/dictionaryConcepts/actions/dictionaryConcept.test.js:387:34)