return store.dispatch(getIssueDetails(TEST_ISSUE_ID)).then(() => {
        expect(store.getActions()).toEqual(expectedActions);
      });