How to test liveview page with async_nolink interactions?

You can’t do it like that as the live view process is getting a process monitor when it starts the Task using the task supervisor. That is why it demonitors it once it gets the Account results.

You can probably use Mock for the Accounts.get_dashboard() call to return the canned response and all the process messaging will work the same.