Skip to content

Commit

Permalink
Skip E2E Test for message read (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-vieira committed Sep 29, 2023
1 parent 660a3b5 commit 5255e33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,17 @@ extension MessageDeliveryStatus_Tests {
}
}

func test_doubleCheckmarkShown_whenMessageReadByParticipant_andPreviewedInThread() {
func test_doubleCheckmarkShown_whenMessageReadByParticipant_andPreviewedInThread() throws {
throw XCTSkip("https://github.com/GetStream/ios-issues-tracking/issues/491")

linkToScenario(withId: 150)

GIVEN("user opens the channel") {
userRobot
.login()
.openChannel()
}
AND("user succesfully sends new message") {
AND("user successfully sends new message") {
userRobot.sendMessage(message)
}
AND("user previews thread for read message: \(message)") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,65 +195,9 @@
},
"messages": [],
"pinned_messages": [],
"read": [
{
"last_read": "2023-09-15T00:10:52.369149143Z",
"unread_messages": 0,
"user": {
"banned": false,
"birthland": "Serenno",
"created_at": "2020-12-07T11:37:39.487938Z",
"dashboard_ban_channel_cid": "messaging:55DE2AA9-4",
"extraData": {},
"id": "count_dooku",
"image": "https://vignette.wikia.nocookie.net/starwars/images/b/b8/Dooku_Headshot.jpg",
"image_url": "https://vignette.wikia.nocookie.net/starwars/images/b/b8/Dooku_Headshot.jpg",
"last_active": "2023-09-11T17:54:45.457714Z",
"name": "Count Dooku",
"online": false,
"role": "user",
"updated_at": "2023-05-25T10:09:13.396749Z"
}
},
{
"last_read": "2023-09-15T00:10:52.369149143Z",
"unread_messages": 0,
"user": {
"banned": false,
"birthland": "Corellia",
"created_at": "2020-12-07T11:37:34.230369Z",
"extraData": {},
"id": "han_solo",
"image": "https://vignette.wikia.nocookie.net/starwars/images/e/e2/TFAHanSolo.png",
"image_url": "https://vignette.wikia.nocookie.net/starwars/images/e/e2/TFAHanSolo.png",
"last_active": "2023-09-14T21:23:33.441135248Z",
"name": "Han Solo",
"online": false,
"role": "user",
"updated_at": "2023-05-10T12:02:05.481359Z"
}
},
{
"last_read": "2023-09-15T00:10:52.369149143Z",
"unread_messages": 0,
"user": {
"banned": false,
"birthland": "Tatooine",
"created_at": "2020-12-07T11:36:47.059906Z",
"dashboard_user": true,
"id": "luke_skywalker",
"image": "https://vignette.wikia.nocookie.net/starwars/images/2/20/LukeTLJ.jpg",
"image_url": "https://vignette.wikia.nocookie.net/starwars/images/2/20/LukeTLJ.jpg",
"last_active": "2023-09-15T00:10:51.888525869Z",
"name": "Luke Skywalker",
"online": true,
"role": "user",
"updated_at": "2023-09-07T18:02:30.989734Z"
}
}
],
"read": [],
"watcher_count": 1
}
],
"duration": "435.20ms"
}
}

0 comments on commit 5255e33

Please sign in to comment.