Hi! What is the best way to test a liveView which require logged in user?
I've tried manually assigning the user to conn.assign.current_user but it arrives as nil on the pipeline.
I also tried with conn = Plug.Test.init_test_session(conn, %{current_user: user}) without success.
I can't find clear information about this, thank you!