We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ffdca commit 4931ab5Copy full SHA for 4931ab5
StreamChatSwiftUITestsAppTests/Robots/UserRobot+Asserts.swift
@@ -663,8 +663,8 @@ extension UserRobot {
663
664
if ProcessInfo().operatingSystemVersion.majorVersion > 14 {
665
// There is no image preview element details in the hierarchy tree on iOS < 15
666
- let previewImage = attributes.LinkPreview.image(in: messageCell)
667
- XCTAssertTrue(previewImage.isHittable, "Preview image is not clickable")
+ let link = attributes.LinkPreview.link(in: messageCell)
+ XCTAssertTrue(link.isHittable, "Preview image is not clickable")
668
}
669
XCTAssertTrue(previewTitle.isHittable, "Preview title is not clickable")
670
XCTAssertTrue(previewDescription.isHittable, "Preview description is not clickable")
0 commit comments