Open
Description
Hi,`
I'd like to perform some custom assertions on a field such as the one in the example code below. I'm sorry if this is an obvious question, but I've been unsuccessful in my attempts to assign a variable to the contents of the "testNumber" field.
private val testNumber: KNode = onNode {
hasTestTag("test_number")
hasPosition(0)
useUnmergedTree = true
}
testNumber {
assertIsDisplayed()
assertTextEquals(number)
}
Many thanks,
Pentti
`
Metadata
Metadata
Assignees
Labels
No labels