Updated on 2026-08-14
This commit is contained in:
parent
ea9dbe405c
commit
024c5f79ec
1 changed files with 2 additions and 1 deletions
|
|
@ -24,9 +24,10 @@ class TangemPayServiceUnavailableSheetPageObject(semanticsProvider: SemanticsNod
|
||||||
useUnmergedTree = true
|
useUnmergedTree = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Merged tree: BUTTON_PRIMARY tags the button, its label is a child — only the merged node has both.
|
||||||
val gotItButton: KNode = child {
|
val gotItButton: KNode = child {
|
||||||
hasTestTag(WarningBottomSheetTestTags.BUTTON_PRIMARY)
|
hasTestTag(WarningBottomSheetTestTags.BUTTON_PRIMARY)
|
||||||
useUnmergedTree = true
|
hasText(getResourceString(CoreResR.string.common_got_it))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue