Build: #136 failed

Job: Test, build and push docker image failed

Stages & jobs

  1. Default Stage

  2. QA

suite for login action should handle invalid password: Test case result

The below summarizes the result of the test " suite for login action should handle invalid password" in build 136 of Open Concept Lab - OCL Dictionary Manager - Default Job. View test case history
Description
suite for login action should handle invalid password
Test class
Test suite for login action should handle invalid password
Method
Test suite for login action should handle invalid password
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

Error: expect(received).toEqual(expected)

Expected value to equal:
  [{"loading": false, "payload": {"errorMessage": "Passwords did not match."}, "type": "[auth] login failed"}]
Received:
  [{"loading": false, "payload": {"errorMessage": "Request was throttled.Expected available in 967 seconds."}, "type": "[auth] login failed"}]

Difference:

- Expected
+ Received

Array [
   Object {
     "loading": false,
     "payload": Object {
-      "errorMessage": "Passwords did not match.",
+      "errorMessage": "Request was throttled.Expected available in 967 seconds.",
     },
     "type": "[auth] login failed",
   },
 ]
    at store.dispatch.then (/home/bamboo-agent/bamboo-agent/xml-data/build-dir/OCL-OC-JOB1/src/tests/Login/actions/login.test.js:82:34)
    at process._tickCallback (internal/process/next_tick.js:109:7)