Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-01 11:17:43 +02:00
parent 846f6301d9
commit 46ba35643c
2 changed files with 0 additions and 2 deletions

View file

@ -23,7 +23,6 @@ class DetailsPageObject(semanticsProvider: SemanticsNodeInteractionsProvider) :
hasText(getResourceString(R.string.wallet_connect_title))
}
// Own tag, not position-0 clickable — that races the async "Add Wallet" row and triggers a re-scan.
val walletNameButton: KNode = child {
hasTestTag(DetailsScreenTestTags.USER_WALLET_ITEM)
useUnmergedTree = true

View file

@ -26,7 +26,6 @@ class DialogPageObject(semanticsProvider: SemanticsNodeInteractionsProvider) :
hasTestTag(BaseDialogTestTags.TEXT)
}
// Tag is on the OutlineTextField wrapper; the editable node is its descendant with a SetText action.
val inputField: KNode = child {
hasSetTextAction()
hasAnyAncestor(withTestTag(BaseDialogTestTags.TEXT_INPUT_FIELD))