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
Sometimes, it doesn't swap on clicking on the "Swap" button - it stops with the "'Approve already started or finished, ignoring submit'" console debug that looks like kinda too general for three different cases. I guess, it has to be investigate, divided by another IFs instead of one general if with a log and return. My case, I didn't have any reactions on the swap button clicking - no txs sent, just staying on the same state of the page.
STR
Navigate the the app with the connected Metamask wallet
Select any token pair that have a valid median (e.g: axlUSDC to cREAL)
Click on the "Continue" button
Click on the "Swap" button
Actual Result
Doesn't start a swapping with opening the "Performing Swap" popup - just a console debug log
Quite general if statement with a simple log and return in the end that looks like doesn't cover all cases
Expected Result
Start a swapping with opening the "Performing Swap" popup - console log is okay, but it has to be handled properly to avoid skipping some corner cases like this when we do nothing.
Description
Sometimes, it doesn't swap on clicking on the "Swap" button - it stops with the "'Approve already started or finished, ignoring submit'" console debug that looks like kinda too general for three different cases. I guess, it has to be investigate, divided by another IFs instead of one general if with a log and return. My case, I didn't have any reactions on the swap button clicking - no txs sent, just staying on the same state of the page.
STR
Actual Result
Expected Result
Start a swapping with opening the "Performing Swap" popup - console log is okay, but it has to be handled properly to avoid skipping some corner cases like this when we do nothing.
Attachments
Private Zenhub Video
The text was updated successfully, but these errors were encountered: