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 error in CREATe NEw CONCEPT: Test case result

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

Error Log

Error: expect(received).toEqual(expected)

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

Difference:

- Expected
+ Received

@@ -2,13 +2,9 @@
   Object {
     "payload": true,
     "type": "[ui] toggle spinner",
   },
   Object {
-    "payload": "bad request",
-    "type": "[concepts] create_new_concept",
-  },
-  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:367:34)