Updated on 2026-08-14
This commit is contained in:
parent
846f6301d9
commit
46ba35643c
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue