Skip to content

Commit

Permalink
Update things
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Mar 8, 2024
1 parent d86f971 commit d44fd45
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit d44fd45

Please sign in to comment.