Open savhappy opened 6 months ago
When attempting to create a user to login during Wallaby test, this error appears:
Wallaby.SessionStore.handle_info({:EXIT, #PID<0.984.0>, :normal}, %{ets_table: :session_store})
Switching Process.flag(:trap_process, true) to Process.flag(:trap_process, false) solves problem.
There are some unrelated failures that might be from chrome driver changes.
I'll take a look
When attempting to create a user to login during Wallaby test, this error appears:
Wallaby.SessionStore.handle_info({:EXIT, #PID<0.984.0>, :normal}, %{ets_table: :session_store})
Switching Process.flag(:trap_process, true) to Process.flag(:trap_process, false) solves problem.