Fix flaky spec caused by missing stub return value
vm.loadList() is called in the mounted method of board_list_selector, so when the component is mounted in beforeEach, then loadList gets called and assignees list _is_ empty. There is probably something worse going on underneath here but this seems like an easy safe workaround
Showing
Please register or sign in to comment