[MM-57383] User profile popover performance improved and redesigned (#26420)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4fbc96ec02
Коммит
0911e4dee7
@@ -37,7 +37,7 @@ describe('Profile popover', () => {
|
||||
cy.get(`#post_${postId}`).find('.profile-icon > img').click({force: true});
|
||||
|
||||
// * Popover should have rendered to screen
|
||||
cy.get('#user-profile-popover').should('be.visible');
|
||||
cy.get('div.user-profile-popover').should('be.visible');
|
||||
cy.get('body').type('{esc}');
|
||||
});
|
||||
});
|
||||
@@ -50,7 +50,7 @@ describe('Profile popover', () => {
|
||||
cy.get(`#post_${postId}`).find('.user-popover').click({force: true});
|
||||
|
||||
// * Popover should have rendered to screen
|
||||
cy.get('#user-profile-popover').should('be.visible');
|
||||
cy.get('div.user-profile-popover').should('be.visible');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Ссылка в новой задаче
Block a user