MM-46494: Add filter options to browse channel modal (#24099)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c9d49536f8
Коммит
53fc44e13a
@@ -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....', () => {
|
||||
|
||||
Ссылка в новой задаче
Block a user