[MM-63023] Conditionally make thread item elements focusable based on whether they have an interaction (#30592)
* [MM-63023] Conditionally make thread item elements focusable based on whether they have an interaction * Fix i18n & PR feedback * Remove focusability from the text preview div * Fix tests
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
018c909e2f
Коммит
a36d29b459
@@ -179,7 +179,7 @@ describe('Forward Message', () => {
|
||||
cy.uiClickSidebarItem('threads');
|
||||
|
||||
// # Open the RHS with replies to the root post
|
||||
cy.get('article.ThreadItem').should('have.lengthOf', 1).first().click();
|
||||
cy.get('div.ThreadItem').should('have.lengthOf', 1).first().click();
|
||||
|
||||
// # Click on ... button of reply post
|
||||
cy.clickPostDotMenu(replyPost.id, 'RHS_COMMENT');
|
||||
|
||||
Ссылка в новой задаче
Block a user