Skip to content

test: add testIDs for send flow UI automation#6033

Open
j0ntz wants to merge 1 commit into
developfrom
jon/1208857053925054
Open

test: add testIDs for send flow UI automation#6033
j0ntz wants to merge 1 commit into
developfrom
jon/1208857053925054

Conversation

@j0ntz

@j0ntz j0ntz commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Requirements

If you have made any visual changes to the GUI. Make sure you have:

  • Tested on iOS device
  • Tested on Android device
  • Tested on small-screen device (iPod Touch)
  • Tested on large-screen device (tablet)

Description

Test-infrastructure only. No behavior or visual changes.

Adds stable testID props so UI automation can drive the send flow by selector instead of brittle text or coordinate matching:

  • AddressTile2: sendAddressEnter, sendAddressMyself, sendAddressScan, sendAddressPaste.
  • SafeSlider: confirmSliderThumb on 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 testID props for Maestro/UI automation on the send flow—no behavior or visual changes.

AddressTile2 exposes sendAddressEnter, sendAddressMyself, sendAddressScan, and sendAddressPaste on the empty-recipient action buttons. SafeSlider sets confirmSliderThumb on 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.

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.
@j0ntz j0ntz force-pushed the jon/1208857053925054 branch from 4207c64 to 59d23d0 Compare June 21, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant