test: add testIDs for send flow UI automation#6033
Conversation
Add testIDs to the send address tile buttons (enter, myself, scan, paste) and the SafeSlider confirm thumb so UI tests can drive the send flow by stable selectors instead of brittle text or coordinate matching.
4207c64 to
59d23d0
Compare
Test evidence: TON send flow driven via these testIDs (duplicate-tx fix in accountbased #1059)These send-flow testIDs (SafeSlider confirm slider, AddressTile2 "Myself" picker) were used to drive a real wallet-to-wallet TON send in the running app (My Toncoin to My Toncoin 2, 0.0064 TON) to verify the TON duplicate-transaction fix in edge-currency-accountbased#1059. 1. Send executed to terminal success: 2. Transaction list after confirmation: The send made with the fix (4:52 PM) is a single confirmed "Sent Toncoin" row. The 4:09 PM "Pending + Sent" pair below it is a PRE-fix send: the bug permanently writes two rows per pre-fix send, so that history stays in the list. Only the 4:52 PM send ran the fixed code. Decisive proof from the wallet's
Every pre-fix send forks into a hex |


CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
none
Requirements
If you have made any visual changes to the GUI. Make sure you have:
Description
Test-infrastructure only. No behavior or visual changes.
Adds stable
testIDprops so UI automation can drive the send flow by selector instead of brittle text or coordinate matching:AddressTile2:sendAddressEnter,sendAddressMyself,sendAddressScan,sendAddressPaste.SafeSlider:confirmSliderThumbon the draggable thumb (the id the shared maestro confirm-slider flow already expects).These were added while verifying the TON duplicate-transaction fix (edge-currency-accountbased#1059); the send flow had no stable selectors. Snapshot files updated to reflect the new props. Related to Asana task.
Note
Low Risk
Test-only props and snapshot updates; no production logic or UI behavior changes.
Overview
Adds stable
testIDprops for Maestro/UI automation on the send flow—no behavior or visual changes.AddressTile2exposessendAddressEnter,sendAddressMyself,sendAddressScan, andsendAddressPasteon the empty-recipient action buttons.SafeSlidersetsconfirmSliderThumbon the draggable thumb (shared confirm-slider automation). Snapshot tests and CHANGELOG are updated accordingly.Reviewed by Cursor Bugbot for commit 59d23d0. Bugbot is set up for automated code reviews on this repo. Configure here.