[MM-63799] Fix the high number of detached nodes in post list in dynamic-virtualized-list (#30864)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
ee5926f03c
Коммит
c6a11763a8
@@ -139,6 +139,9 @@ describe('Teams Suite', () => {
|
||||
});
|
||||
|
||||
cy.get('#sidebarItem_off-topic').should('be.visible').click({force: true});
|
||||
|
||||
cy.findAllByTestId('postView').last().scrollIntoView();
|
||||
|
||||
cy.getLastPost().wait(TIMEOUTS.HALF_SEC).then(($el) => {
|
||||
cy.wrap($el).get('.user-popover').
|
||||
should('be.visible').
|
||||
|
||||
Ссылка в новой задаче
Block a user