diff --git a/StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift b/StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift index ec5dc691..1b9ae1e0 100644 --- a/StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift +++ b/StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift @@ -393,6 +393,7 @@ extension UserRobot { @discardableResult func tapOnSendGiphyButton(messageCellIndex: Int = 0) -> Self { let messageCell = messageCell(withIndex: messageCellIndex) + sleep(5) // # Testing here MessageListPage.Attributes.giphySendButton(in: messageCell).wait().tap() return self }