new profile picture feature#2
Conversation
|
@nunu-ai I have implemented a profile picture feature in the profile settings. Please check if you can change the profile picture and that the store still works. |
❌ Test run encountered a bugView details here Test reportVerdict: ❌ Profile picture change is broken (save appears successful but avatar does not update); store purchase flow works end-to-end though a persistent toast remains visible after checkout. full report🗺️ CoveragePROFILE SETTINGS[❌] Change avatar (custom URL) Save shows success but avatar remains default; URL input mutates/corrupts while typing STORE / CART / CHECKOUT[✔️] Browsing & add-to-cart Items add to cart and cart updates 💡 Key Findings
🐞 Reported BugsPersistent "Added ... to cart" toast remains after checkout and across screens [ui_functionality|medium]reported in test step 1 turn 34 The transient toast "Added Vintage Camera to cart! UNDO" persists at the bottom of the app after the item has been purchased and the cart is empty. The toast remains visible across multiple screens (Home, Cart, Checkout) and does not auto-dismiss or clear on navigation or after order completion, resulting in a misleading UI state (UNDO is offered when there is nothing to undo and cart total shows $0.00). Reproduction Steps: 1. From Home, tap the add-to-cart icon for an item (e.g. Vintage Camera). Observe the bottom toast "Added Vintage Camera to cart! UNDO". Profile avatar not updated and Image URL input mutates/corrupts [core_gameplay|high]reported in test step 1 turn 86 When changing the profile picture (either by entering a custom image URL or by selecting a preset) the app shows a success toast ("Profile picture updated") and navigates back to Profile, but the displayed avatar remains the default image. Reopening Profile Settings shows no change in the Current Picture. Additionally, the Image URL input repeatedly mutates or corrupts typed text (inserting characters like "ps", "os/id/..." or truncating the path), so valid URLs do not persist correctly in the input field. Reproduction Steps: 1) Log in as a user (John Doe). 📝 Additional Notes
debug info
|
New profile picture feature added.