When a user clicks the SEP-24 deposit/withdraw buttons on the /dashboard/transfers page, the popup displays for a moment, and immediately closes. I suspect the window is picking up a stream of events in the eventListener part now.
We should add some kind of testing logic that only does popup.close() in the event that the postMessage says something like "transfer initiated" or "successful" or "aborted" or whatever the status messages might be.
When a user clicks the SEP-24 deposit/withdraw buttons on the
/dashboard/transferspage, the popup displays for a moment, and immediately closes. I suspect the window is picking up a stream of events in the eventListener part now.We should add some kind of testing logic that only does
popup.close()in the event that the postMessage says something like "transfer initiated" or "successful" or "aborted" or whatever the status messages might be.