return store.dispatch(login(username, password))
      .then(() => {
        expect(store.getActions()).toEqual(expectedActions)
      })