The library renders this snapshot where the accessibility bounding box does not match the text editor's frame (note that the missing description for the Text Field is being worked in #186):
This misrendering does not occur if the text editor is wrapped in a UIHostingController before calling assertSnapshot.
Given this snapshot test:
The library renders this snapshot where the accessibility bounding box does not match the text editor's frame (note that the missing description for the Text Field is being worked in #186):
This misrendering does not occur if the text editor is wrapped in a
UIHostingController
before callingassertSnapshot
.