From d44fd45ddc4f30526da7e2d90558abfb0c58dc4c Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Fri, 8 Mar 2024 14:51:10 +0000 Subject: [PATCH] Update things --- .../Tests/Performance/MessageListScrollTime.swift | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/StreamChatSwiftUITestsAppTests/Tests/Performance/MessageListScrollTime.swift b/StreamChatSwiftUITestsAppTests/Tests/Performance/MessageListScrollTime.swift index 1d1284de..6b21df53 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/Performance/MessageListScrollTime.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/Performance/MessageListScrollTime.swift @@ -6,18 +6,11 @@ import XCTest @available(iOS 15.0, *) class MessageListScrollTime: StreamTestCase { - - // FIXME - override func setUpWithError() throws { - mockServerEnabled = false - try super.setUpWithError() - } func testMessageListScrollTime() { WHEN("user opens the message list") { - // FIXME - // backendRobot.generateChannels(count: 1, messagesCount: 100, withAttachments: true) - // participantRobot.addReaction(type: .like) + backendRobot.generateChannels(count: 1, messagesCount: 100, withAttachments: true) + participantRobot.addReaction(type: .like) userRobot.login().openChannel() } THEN("user scrolls the message list") {