Skip to content

Commit 62e4520

Browse files
committed
Test
1 parent 82a7220 commit 62e4520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ extension UserRobot {
393393
@discardableResult
394394
func tapOnSendGiphyButton(messageCellIndex: Int = 0) -> Self {
395395
let messageCell = messageCell(withIndex: messageCellIndex)
396-
sleep(5) // # Testing here
397-
MessageListPage.Attributes.giphySendButton(in: messageCell).wait().tap()
396+
// MessageListPage.Attributes.giphySendButton(in: messageCell).wait().tap()
397+
MessageListPage.Attributes.actionButtons().firstMatch.wait().tap()
398398
return self
399399
}
400400

0 commit comments

Comments
 (0)