Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Nov 15, 2024
1 parent 82a7220 commit 62e4520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ 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()
// MessageListPage.Attributes.giphySendButton(in: messageCell).wait().tap()
MessageListPage.Attributes.actionButtons().firstMatch.wait().tap()
return self
}

Expand Down

0 comments on commit 62e4520

Please sign in to comment.