[MM-57383] User profile popover performance improved and redesigned (#26420)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4fbc96ec02
Коммит
0911e4dee7
@@ -160,7 +160,7 @@ function verifyLastPost(owner, username, iconUrl) {
|
||||
|
||||
function verifyProfilePopover(owner, username, iconUrl) {
|
||||
// * Verify that the profile popover is shown
|
||||
cy.get('#user-profile-popover').should('be.visible').within(() => {
|
||||
cy.get('div.user-profile-popover').should('be.visible').within(() => {
|
||||
// * Verify username from payload
|
||||
cy.get('.user-profile-popover__heading').should('be.visible').and('have.text', username);
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user