Skip to content
  • Georges Racinet's avatar
    User and session: login_as_user · aa40b4a18f75
    Georges Racinet authored
    This new function allows to perform a webdriver login with
    a User instance. We have a bit of inconsistency here: it will
    work only for just-created Users (e.g by a fixture),
    not for those that `User.search()` can return -- unless we can
    assume the pasword is a standard one and we set it
    separately before calling `login_as_user()`.
    aa40b4a18f75