Skip to content

Commit 82a7220

Browse files
committed
Test
1 parent 8d9874e commit 82a7220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ extension UserRobot {
393393
@discardableResult
394394
func tapOnSendGiphyButton(messageCellIndex: Int = 0) -> Self {
395395
let messageCell = messageCell(withIndex: messageCellIndex)
396+
sleep(5) // # Testing here
396397
MessageListPage.Attributes.giphySendButton(in: messageCell).wait().tap()
397398
return self
398399
}

0 commit comments

Comments
 (0)