Skip to content

Commit

Permalink
teas: team-management
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Dec 17, 2024
1 parent f44c298 commit 9a2727c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/tests/e2e/team-management.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ test.describe.serial('teams-management', () => {
await page.getByRole('menu', { exact: true }).getByRole('menuitem', { name: 'Remove from team' }).click();
await poHomeTeam.tabs.channels.confirmRemoveChannel();

await expect(poHomeTeam.tabs.channels.channelsTab).not.toContainText(targetChannel);
await expect(poHomeTeam.tabs.channels.channelsTab).not.toContainText(targetGroupNameInTeam);
});

test('should not allow deleting a targetGroup from targetTeam if the group owner does not have the delete-team-group permission', async ({
Expand Down

0 comments on commit 9a2727c

Please sign in to comment.