Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Jun 11, 2024
1 parent 57dda41 commit 386f104
Showing 1 changed file with 139 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ exports[`Thread should match thread snapshot 1`] = `
],
"html": "<p>regular</p>",
"id": "38ef6f7c-3090-5759-a37f-ab0053aadb96",
"message_text_updated_at": "2020-05-05T14:50:00.000Z",
"parent_id": "b4612a73-fa2b-5787-bf71-1adc8f291a04",
"pinned_at": null,
"readBy": false,
Expand Down Expand Up @@ -86,6 +87,7 @@ exports[`Thread should match thread snapshot 1`] = `
],
"html": "<p>regular</p>",
"id": "516efa25-5d29-5c9a-ad2d-4cc183e785bd",
"message_text_updated_at": "2020-05-05T14:50:00.000Z",
"parent_id": "b4612a73-fa2b-5787-bf71-1adc8f291a04",
"pinned_at": null,
"readBy": false,
Expand Down Expand Up @@ -114,6 +116,7 @@ exports[`Thread should match thread snapshot 1`] = `
],
"html": "<p>regular</p>",
"id": "82a83b16-b611-527c-b3ac-765ef6220490",
"message_text_updated_at": "2020-05-05T14:50:00.000Z",
"parent_id": "b4612a73-fa2b-5787-bf71-1adc8f291a04",
"pinned_at": null,
"readBy": false,
Expand Down Expand Up @@ -490,6 +493,40 @@ exports[`Thread should match thread snapshot 1`] = `
>
2:50 PM
</Text>
<Text
style={
[
{
"paddingHorizontal": 4,
},
{
"color": "#7A7A7A",
"textAlign": "left",
},
{
"fontSize": 12,
},
]
}
>
</Text>
<Text
style={
[
{
"fontSize": 12,
},
{
"color": "#7A7A7A",
"textAlign": "left",
},
{},
]
}
>
Edited
</Text>
</View>
</View>
</View>
Expand Down Expand Up @@ -770,6 +807,40 @@ exports[`Thread should match thread snapshot 1`] = `
>
2:50 PM
</Text>
<Text
style={
[
{
"paddingHorizontal": 4,
},
{
"color": "#7A7A7A",
"textAlign": "left",
},
{
"fontSize": 12,
},
]
}
>
</Text>
<Text
style={
[
{
"fontSize": 12,
},
{
"color": "#7A7A7A",
"textAlign": "left",
},
{},
]
}
>
Edited
</Text>
</View>
</View>
</View>
Expand Down Expand Up @@ -1050,6 +1121,40 @@ exports[`Thread should match thread snapshot 1`] = `
>
2:50 PM
</Text>
<Text
style={
[
{
"paddingHorizontal": 4,
},
{
"color": "#7A7A7A",
"textAlign": "left",
},
{
"fontSize": 12,
},
]
}
>
</Text>
<Text
style={
[
{
"fontSize": 12,
},
{
"color": "#7A7A7A",
"textAlign": "left",
},
{},
]
}
>
Edited
</Text>
</View>
</View>
</View>
Expand Down Expand Up @@ -1370,6 +1475,40 @@ exports[`Thread should match thread snapshot 1`] = `
>
2:50 PM
</Text>
<Text
style={
[
{
"paddingHorizontal": 4,
},
{
"color": "#7A7A7A",
"textAlign": "left",
},
{
"fontSize": 12,
},
]
}
>
</Text>
<Text
style={
[
{
"fontSize": 12,
},
{
"color": "#7A7A7A",
"textAlign": "left",
},
{},
]
}
>
Edited
</Text>
</View>
</View>
</View>
Expand Down

0 comments on commit 386f104

Please sign in to comment.