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
Additive test-only props with no logic, styling, or navigation changes.

Overview
Test automation hooks only — no user-visible or behavioral changes.

Adds testID props so Maestro (and similar) can target send-flow controls by stable selectors:

  • AddressTile2: sendAddressEnter, sendAddressMyself (when self-transfer is shown), sendAddressScan, sendAddressPaste on the empty-recipient action buttons.
  • SafeSlider: confirmSliderThumb on the draggable thumb (shared by send, swap confirmation, accelerate-tx, etc.).

CHANGELOG documents the change; Jest snapshots were regenerated to include the new props.

Reviewed by Cursor Bugbot for commit 4207c64. 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.
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