From 46ba35643c425aeefcbe22e8002a25835ad53811 Mon Sep 17 00:00:00 2001 From: Tangem Date: Mon, 1 Jun 2026 11:17:43 +0200 Subject: [PATCH] Updated on 2026-08-14 --- .../androidTest/kotlin/com/tangem/screens/DetailsPageObject.kt | 1 - .../androidTest/kotlin/com/tangem/screens/DialogPageObject.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/app/src/androidTest/kotlin/com/tangem/screens/DetailsPageObject.kt b/app/src/androidTest/kotlin/com/tangem/screens/DetailsPageObject.kt index 53468891f0..ff937e632d 100644 --- a/app/src/androidTest/kotlin/com/tangem/screens/DetailsPageObject.kt +++ b/app/src/androidTest/kotlin/com/tangem/screens/DetailsPageObject.kt @@ -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 diff --git a/app/src/androidTest/kotlin/com/tangem/screens/DialogPageObject.kt b/app/src/androidTest/kotlin/com/tangem/screens/DialogPageObject.kt index 00e3613039..b8a3422e11 100644 --- a/app/src/androidTest/kotlin/com/tangem/screens/DialogPageObject.kt +++ b/app/src/androidTest/kotlin/com/tangem/screens/DialogPageObject.kt @@ -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))