Actions
Bug #18491
closedforeman_users.test.js is failing on develop
Description
FAIL webpack/assets/javascripts/foreman_users.test.js
● initInheritedRoles › updates the button text and role list on click
expect(received).toBeTruthy()
Expected value to be truthy, instead received
false
at Object.<anonymous> (webpack/assets/javascripts/foreman_users.test.js:39:61)
at handle (node_modules/worker-farm/lib/child/index.js:41:8)
at process.<anonymous> (node_modules/worker-farm/lib/child/index.js:47:3)
at emitTwo (events.js:106:13)
at process.emit (events.js:191:7)
at process.nextTick (internal/child_process.js:744:12)
at _combinedTickCallback (internal/process/next_tick.js:67:7)
at process._tickCallback (internal/process/next_tick.js:98:9)
initInheritedRoles
✕ updates the button text and role list on click (196ms)
Actions