onNodeWithText("foo").assertHasClickAction() // OK
onAllNodesWithText("foo").assertAll(hasClickAction()) // OK
onNodeWithText("foo").assertExists() // OK
onAllNodesWithText("foo").assertAll(exists()) // No exists() or similar method for assertExists()?
Am I missing something? How do I test everything in a node collection exists?
c
Christophe Dongieux
10/24/2023, 8:40 AM
Hi @Fudge
Did you find anything?
f
Fudge
10/24/2023, 7:04 PM
@Christophe Dongieux My Stack Overflow question keeps getting upvoted, with no response 🙂