Skip to content

Commit 8d9874e

Browse files
committed
Test
1 parent 075c3a8 commit 8d9874e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ extension UserRobot {
393393
@discardableResult
394394
func tapOnSendGiphyButton(messageCellIndex: Int = 0) -> Self {
395395
let messageCell = messageCell(withIndex: messageCellIndex)
396-
MessageListPage.Attributes.giphySendButton(in: messageCell).wait().safeTap()
396+
MessageListPage.Attributes.giphySendButton(in: messageCell).wait().tap()
397397
return self
398398
}
399399

0 commit comments

Comments
 (0)