Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-10 16:31:57 +03:00
commit 4df207e832
59 changed files with 492 additions and 234 deletions

View file

@ -45,7 +45,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)