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