[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
Этот коммит содержится в:
Ben Cooke
2025-04-01 12:20:00 -04:00
коммит произвёл GitHub
родитель a47269cfe2
Коммит 2454de5b4a
10 изменённых файлов: 614 добавлений и 91 удалений

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

@@ -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`);