diff --git a/apps/mobile/src/components/agents/question-card.mounted.test.tsx b/apps/mobile/src/components/agents/question-card.mounted.test.tsx index 8837b2b480..23a53a7e7f 100644 --- a/apps/mobile/src/components/agents/question-card.mounted.test.tsx +++ b/apps/mobile/src/components/agents/question-card.mounted.test.tsx @@ -112,12 +112,18 @@ function optionButton( root: TestRenderer.ReactTestInstance, label: string ): TestRenderer.ReactTestInstance | undefined { - return root.findAll( - node => - typeof node.type === 'string' && - (node.type as string) === 'Button' && - node.props.accessibilityLabel === label - )[0]; + // A described option joins its subtitle into the accessible name + // (`