You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application displays a "wallet connected" toast message every time it's opened when a wallet is already connected. This toast interferes with automated tests, causing flakiness and hindering test interaction.
Steps to reproduce
Navigate to the app while a wallet is connected.
Observe the "wallet connected" toast notification.
Impact:
Automated tests are rendered unreliable due to the persistent toast.
Test interactions are disrupted by the toast presence.
Wallet reconnects every time the page is being refreshed. That is to prevent the situation when the wallet looses its connection on refresh (which is possible on such action).
Every time when wallet is being reconnected, the toast is displayed informing the user about the successful connection. I wouldn't call it as a bug, is it any way to bypass the wallet connect toast on your tests using the test ids?
Context & versions
Steps to reproduce
Impact:
Reference test reports
above mention, tests are currently blocked due to this toast.
The text was updated successfully, but these errors were encountered: