Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Nov 14, 2024
1 parent 8d9874e commit 82a7220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 82a7220

Please sign in to comment.