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 075c3a8 commit 8d9874eCopy full SHA for 8d9874e
StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift
@@ -393,7 +393,7 @@ extension UserRobot {
393
@discardableResult
394
func tapOnSendGiphyButton(messageCellIndex: Int = 0) -> Self {
395
let messageCell = messageCell(withIndex: messageCellIndex)
396
- MessageListPage.Attributes.giphySendButton(in: messageCell).wait().safeTap()
+ MessageListPage.Attributes.giphySendButton(in: messageCell).wait().tap()
397
return self
398
}
399
0 commit comments