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
In the Brave Rewards dropdown panel, sometimes the panel will display "Your wallet" text, and sometimes it will display "Verify wallet" (or "Wallet verified"). It is inconsistent, and according to some investigation, is due to a race condition in the code.
In no case should it show the "Your wallet" text. The panel should always show "Verify wallet" (or "Verified wallet" if the user is already verified). The "Your wallet" text should be removed, and the race condition should be fixed.
Your wallet case (incorrect):
Verify wallet case (correct):
Steps to Reproduce
Open the Brave Rewards panel
Observe that sometimes it shows one or the other
Reproduces how often:
Depends on race condition.
Version
Happens as late as v1.19.
The text was updated successfully, but these errors were encountered:
Verified test plan from brave/brave-core#8113.
Verified STR from description.
Tried test plan steps ~15x to reproduce the issue using 1.21.74 and was unable to reproduce.
Tried test plan steps ~15x on 1.23.x and did not see the race condition.
Description
In the Brave Rewards dropdown panel, sometimes the panel will display "Your wallet" text, and sometimes it will display "Verify wallet" (or "Wallet verified"). It is inconsistent, and according to some investigation, is due to a race condition in the code.
In no case should it show the "Your wallet" text. The panel should always show "Verify wallet" (or "Verified wallet" if the user is already verified). The "Your wallet" text should be removed, and the race condition should be fixed.
Your wallet case (incorrect):
Verify wallet case (correct):
Steps to Reproduce
Reproduces how often:
Depends on race condition.
Version
Happens as late as v1.19.
The text was updated successfully, but these errors were encountered: