We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The withChild function has the same body as the withDescendant function:
withChild
withDescendant
Kaspresso/kautomator/src/main/kotlin/com/kaspersky/components/kautomator/component/common/builders/UiViewBuilder.kt
Lines 280 to 281 in cf34c1a
Lines 323 to 324 in cf34c1a
Expected behavior It looks like the hasChild selector should be used: https://developer.android.com/reference/androidx/test/uiautomator/BySelector#hasChild(androidx.test.uiautomator.BySelector)
hasChild
The text was updated successfully, but these errors were encountered:
Issue KasperskyLab#574: Use correct selector in withChild
8112833
Issue #574: Use correct selector in withChild (#575)
0fa58e6
Successfully merging a pull request may close this issue.
Describe the bug
The
withChild
function has the same body as thewithDescendant
function:Kaspresso/kautomator/src/main/kotlin/com/kaspersky/components/kautomator/component/common/builders/UiViewBuilder.kt
Lines 280 to 281 in cf34c1a
Kaspresso/kautomator/src/main/kotlin/com/kaspersky/components/kautomator/component/common/builders/UiViewBuilder.kt
Lines 323 to 324 in cf34c1a
Expected behavior
It looks like the
hasChild
selector should be used: https://developer.android.com/reference/androidx/test/uiautomator/BySelector#hasChild(androidx.test.uiautomator.BySelector)The text was updated successfully, but these errors were encountered: