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
When loading the app and pressing the Confirm button in the queue there is sometimes an error that the SDK could not be initialized. The SDK takes a bit until ready but if a user tries to "interact" with it too fast it will error out. This especially happens with e2e tests that do this step programmatically and run into this error more often which makes tests more flaky.
Steps to reproduce
Add a transaction to the queue
Go to the queue
Reload the app
Press the confirm button right after reloading
Observe an error
Expected result
There should not be an error
Obtained result
There is an error visible in the UI
The text was updated successfully, but these errors were encountered:
Bug description
When loading the app and pressing the Confirm button in the queue there is sometimes an error that the SDK could not be initialized. The SDK takes a bit until ready but if a user tries to "interact" with it too fast it will error out. This especially happens with e2e tests that do this step programmatically and run into this error more often which makes tests more flaky.
Steps to reproduce
Expected result
There should not be an error
Obtained result
There is an error visible in the UI
The text was updated successfully, but these errors were encountered: