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