Fix(e2e): At-mention user autocomplete should open above the textbox in RHS (#27962)

* Fix(e2e): At-mention user autocomplete should open above the textbox in RHS
Этот коммит содержится в:
yasserfaraazkhan
2024-08-14 21:04:07 +05:30
коммит произвёл GitHub
родитель 4c91ad8b61
Коммит 7ba1928c29
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@@ -44,7 +44,7 @@ describe('User Management', () => {
cy.visit('/admin_console/user_management/users');
gotoUserConfigurationPage(testUser);
verifyManageUserSettingModal(testUser);
verifyManageUserSettingModal(testUser, true);
cy.get('#replyNotificationsTitle').should('be.visible').should('have.text', 'Reply notifications').click();
cy.get('#notificationCommentsNever').should('be.checked');