Build: #136 failed

Job: Test, build and push docker image failed

Stages & jobs

  1. Default Stage

  2. QA

Test results

  • 259 tests in total
  • 2 tests failed
  • 2 failures are new
  • 11 seconds taken in total.

Build 136 has the following 2 errors: 2 new failure(s) occurred since the previous build.

New test failures 2
Status Test Duration
Collapse Failed Test suite for login action should handle invalid password Test suite for login action should handle invalid password History
< 1 sec
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:
(16 more lines...)
Collapse Failed Test suite for login action should handle login Test suite for login action should handle login History
< 1 sec
Error: expect(received).toEqual(expected)

Expected value to equal:
  "[auth] login progess"
Received:
  "[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:50:42)
    at process._tickCallback (internal/process/next_tick.js:109:7)