Skip to content

Commit c8d13cc

Browse files
[CI] Fix E2E tests (#636)
1 parent e11afee commit c8d13cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StreamChatSwiftUITestsAppTests/Tests/MessageList_Tests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ extension MessageList_Tests {
643643
.scrollMessageListDown() // to hide the keyboard
644644
}
645645
THEN("user observes a preview of the video with description") {
646-
userRobot.assertLinkPreview(alsoVerifyServiceName: "YouTube")
646+
userRobot.assertLinkPreview()
647647
}
648648
}
649649

@@ -677,7 +677,7 @@ extension MessageList_Tests {
677677
userRobot.scrollMessageListDown() // to hide the keyboard
678678
}
679679
THEN("user observes a preview of the video with description") {
680-
userRobot.assertLinkPreview(alsoVerifyServiceName: "YouTube")
680+
userRobot.assertLinkPreview()
681681
}
682682
}
683683
}

0 commit comments

Comments
 (0)