How to test LiveView behind AshAuthentication?
I have some LiveViews that require an authenticated user to access (AshAuthentication). How do I simulate login for the user?
I saw that there are a few tests in the AshHQ repo and I did try to copy all of the relevant stuff, but I still can't get it to work. Here's what I have so far:
I saw that there are a few tests in the AshHQ repo and I did try to copy all of the relevant stuff, but I still can't get it to work. Here's what I have so far:
