Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-09 20:50:03 +05:00
parent 3c109eb736
commit e2f9d50499
18 changed files with 105 additions and 32 deletions

View file

@ -44,7 +44,7 @@ class DetailsPageObject(semanticsProvider: SemanticsNodeInteractionsProvider) :
}
val contactSupportButton: KNode = child {
hasTestTag(DetailsScreenTestTags.SCREEN_ITEM)
hasText(getResourceString(R.string.details_row_title_contact_to_support))
hasText(getResourceString(R.string.common_contact_support))
}
val toSButton: KNode = child {
hasTestTag(DetailsScreenTestTags.SCREEN_ITEM)