MM-46494: Add filter options to browse channel modal (#24099)

Этот коммит содержится в:
Sinan Sonmez (Chaush)
2023-08-31 06:07:41 +03:00
коммит произвёл GitHub
родитель c9d49536f8
Коммит 53fc44e13a
20 изменённых файлов: 719 добавлений и 286 удалений

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

@@ -232,9 +232,9 @@ context('ldap', () => {
cy.visit(`/${testTeam.name}`);
cy.uiBrowseOrCreateChannel('Browse channels').click();
// * Search private channel name and make sure it isn't there in public channel directory
// * Search private channel name and make sure it is still visible
cy.get('#searchChannelsTextbox').type(testChannel.display_name);
cy.get('#moreChannelsList').should('include.text', 'No results for');
cy.get('#moreChannelsList').should('include.text', testChannel.display_name);
});
it('MM-T2629 - Private to public - More....', () => {