[MM-63799] Fix the high number of detached nodes in post list in dynamic-virtualized-list (#30864)

Этот коммит содержится в:
M-ZubairAhmed
2025-06-11 22:42:15 +05:30
коммит произвёл GitHub
родитель ee5926f03c
Коммит c6a11763a8
9 изменённых файлов: 201 добавлений и 222 удалений

Просмотреть файл

@@ -71,7 +71,7 @@ describe('Collapsed Reply Threads', () => {
cy.uiGetPostThreadFooter(rootPost.id).should('not.exist');
// # Post a reply post as current user
cy.postMessageAs({sender: testUser, message: 'reply!', channelId: testChannel.id, rootId: rootPost.id});
cy.postMessageAs({sender: testUser, message: 'reply to root post', channelId: testChannel.id, rootId: rootPost.id});
// # Get thread footer of last post
cy.uiGetPostThreadFooter(rootPost.id).within(() => {