We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a7220 commit 62e4520Copy full SHA for 62e4520
StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift
@@ -393,8 +393,8 @@ extension UserRobot {
393
@discardableResult
394
func tapOnSendGiphyButton(messageCellIndex: Int = 0) -> Self {
395
let messageCell = messageCell(withIndex: messageCellIndex)
396
- sleep(5) // # Testing here
397
- MessageListPage.Attributes.giphySendButton(in: messageCell).wait().tap()
+// MessageListPage.Attributes.giphySendButton(in: messageCell).wait().tap()
+ MessageListPage.Attributes.actionButtons().firstMatch.wait().tap()
398
return self
399
}
400
0 commit comments