Updated on 2026-08-14
This commit is contained in:
parent
3c109eb736
commit
e2f9d50499
18 changed files with 105 additions and 32 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue