How can I make iMessage show link bubbles for Xcode tests on iOS 14+ simulators?
Context: I have used iMessage in my Xcode UI tests to simulate launching a deep link into my app. The test types out a message with a link in it, then taps on the metadata bubble to launch the link.…