Testing with compose: is there a way to match a node by tag only if it's a child of another node?
Hypothetical situation:
Copy code
Column: tag A
TextField: tag field
Text: tag error
Column: tag B
TextField: tag field
Text: tag error
Column: tag C
TextField: tag field
Text: tag error
If i want to match the TextField tagged "field" inside the column tagged "B", how do I write the SemanticMatcher?