Skip to content

Commit

Permalink
Improve things in the channel list
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Mar 8, 2024
1 parent cf6f0e3 commit d86f971
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ class ChannelListScrollTime: StreamTestCase {
func testChannelListScrollTime() {
WHEN("user opens the channel list") {
backendRobot.generateChannels(count: 100, messagesCount: 1)
userRobot.login().waitForChannelListToLoad()
userRobot
.login()
.waitForChannelListToLoad()
.scrollChannelListDown() // to load the channels
.scrollChannelListUp()
}
THEN("user scrolls the channel list") {
let measureOptions = XCTMeasureOptions()
Expand Down

0 comments on commit d86f971

Please sign in to comment.