From 3f89491aff4a02ab29a2ddf4dd1d087cf88369c3 Mon Sep 17 00:00:00 2001 From: Tangem Date: Mon, 1 Jun 2026 09:55:53 +0200 Subject: [PATCH] Updated on 2026-08-14 --- .../androidTest/kotlin/com/tangem/screens/DetailsPageObject.kt | 3 +-- 1 file changed, 1 insertion(+), 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 4281531d5b..53468891f0 100644 --- a/app/src/androidTest/kotlin/com/tangem/screens/DetailsPageObject.kt +++ b/app/src/androidTest/kotlin/com/tangem/screens/DetailsPageObject.kt @@ -23,8 +23,7 @@ class DetailsPageObject(semanticsProvider: SemanticsNodeInteractionsProvider) : hasText(getResourceString(R.string.wallet_connect_title)) } - // Match the wallet row by its own tag (not position-0 clickable, which races with the async-loading - // "Add Wallet" button and otherwise triggers a re-scan → "already saved" dialog). + // 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