Skip to content

Commit

Permalink
[CI] Fix E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Nov 1, 2024
1 parent 2a43774 commit 8d7d0c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StreamChatSwiftUITestsAppTests/Tests/MessageList_Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ extension MessageList_Tests {
.scrollMessageListDown() // to hide the keyboard
}
THEN("user observes a preview of the video with description") {
userRobot.assertLinkPreview(alsoVerifyServiceName: "YouTube")
userRobot.assertLinkPreview()
}
}

Expand Down Expand Up @@ -677,7 +677,7 @@ extension MessageList_Tests {
userRobot.scrollMessageListDown() // to hide the keyboard
}
THEN("user observes a preview of the video with description") {
userRobot.assertLinkPreview(alsoVerifyServiceName: "YouTube")
userRobot.assertLinkPreview()
}
}
}
Expand Down

0 comments on commit 8d7d0c1

Please sign in to comment.