File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
StreamChatSwiftUITests/Tests/ChatChannel Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -94,30 +94,6 @@ class MessageView_Tests: XCTestCase {
94
94
assertSnapshot ( matching: view, as: . image)
95
95
}
96
96
97
- func test_messageViewLink_snapshot( ) {
98
- // Given
99
- let linkMessage = ChatMessage . mock (
100
- id: . unique,
101
- cid: . unique,
102
- text: " " ,
103
- author: . mock( id: . unique) ,
104
- attachments: ChatChannelTestHelpers . linkAttachments
105
- )
106
-
107
- // When
108
- let view = MessageView (
109
- factory: DefaultViewFactory . shared,
110
- message: linkMessage,
111
- contentWidth: defaultScreenSize. width,
112
- isFirst: true ,
113
- scrolledId: . constant( nil )
114
- )
115
- . frame ( width: defaultScreenSize. width, height: 300 )
116
-
117
- // Then
118
- assertSnapshot ( matching: view, as: . image)
119
- }
120
-
121
97
func test_messageViewVideo_snapshot( ) {
122
98
// Given
123
99
let videoMessage = ChatMessage . mock (
You can’t perform that action at this time.
0 commit comments