[MM-63504] When changing a channel to group synced, it doesn't always clear members (#30526)
* fix issue with channel and team membership after group constraints are enabled
Этот коммит содержится в:
@@ -49,7 +49,8 @@ describe('channel groups', () => {
|
||||
}
|
||||
});
|
||||
|
||||
it('limits the listed groups if the parent team is group-constrained', () => {
|
||||
// This test is using broken functionality to verify that listed groups are limited. This needs to be changed so that a system admin is part of the contrained group
|
||||
it.skip('limits the listed groups if the parent team is group-constrained', () => {
|
||||
// # Visit a channel
|
||||
cy.visit(`/${testTeam.name}/channels/off-topic`);
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user