[MM-56695] Consolidate desktop and mobile Notifications to one and a new desktop notification sound settings (#26198)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a81ee87832
Коммит
9698cfcc19
@@ -48,7 +48,7 @@ describe('Auto Response In DMs', () => {
|
||||
// # Open 'Settings' modal and view 'Notifications'
|
||||
cy.uiOpenSettingsModal().within(() => {
|
||||
// # Click on 'Edit' for 'Automatic Direct Message Replies
|
||||
cy.get('#auto-responderEdit').should('exist').scrollIntoView().and('be.visible').click();
|
||||
cy.get('#autoResponderEdit').should('exist').scrollIntoView().and('be.visible').click();
|
||||
|
||||
// # Click on 'Enabled' checkbox
|
||||
cy.get('#autoResponderActive').should('be.visible').click();
|
||||
|
||||
Ссылка в новой задаче
Block a user