Skip to content

Commit 57d73c3

Browse files
Fix E2E test on iPad (#3070)
1 parent 90cc9b7 commit 57d73c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StreamChatUITestsAppUITests/Tests/QuotedReply_Tests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ final class QuotedReply_Tests: StreamTestCase {
6262
func test_quotedReplyInList_whenParticipantAddsQuotedReply_Message() {
6363
linkToScenario(withId: 1668)
6464

65-
let messageCount = 20
65+
let messageCount = 25
6666

6767
GIVEN("user opens the channel") {
6868
backendRobot.generateChannels(count: 1, messagesCount: messageCount)
@@ -296,7 +296,7 @@ final class QuotedReply_Tests: StreamTestCase {
296296
func test_quotedReplyInList_whenParticipantAddsQuotedReply_Message_InThread() {
297297
linkToScenario(withId: 1932)
298298

299-
let messageCount = 20
299+
let messageCount = 25
300300

301301
GIVEN("user opens the channel") {
302302
backendRobot.generateChannels(count: 1, messageText: parentText, messagesCount: 1, replyCount: messageCount)

0 commit comments

Comments
 (0)