Skip to content

Commit

Permalink
chore: remove tests failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Aug 27, 2024
1 parent 4733cff commit f5134f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/meteor/tests/e2e/team-management.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ test.describe.serial('teams-management', () => {
});

test('should remove user1 from targetTeamNonPrivate', async () => {
test.fail();
await poHomeTeam.sidenav.openChat(targetTeamNonPrivate);
await poHomeTeam.tabs.kebab.click({ force: true });
await poHomeTeam.tabs.btnTeamMembers.click();
Expand All @@ -130,7 +129,6 @@ test.describe.serial('teams-management', () => {
});

test('should delete targetTeamNonPrivate', async () => {
test.fail();
await poHomeTeam.sidenav.openChat(targetTeamNonPrivate);
await poHomeTeam.tabs.btnRoomInfo.click();
await poHomeTeam.tabs.room.btnDelete.click();
Expand All @@ -142,7 +140,6 @@ test.describe.serial('teams-management', () => {
});

test('should user1 leave from targetTeam', async ({ browser }) => {
test.fail();
const user1Page = await browser.newPage({ storageState: Users.user1.state });
const user1Channel = new HomeTeam(user1Page);
await user1Page.goto(`/group/${targetTeam}`);
Expand All @@ -163,7 +160,6 @@ test.describe.serial('teams-management', () => {
});

test('should convert team into a channel', async ({ page }) => {
test.fail();
await poHomeTeam.sidenav.openChat(targetTeam);
await poHomeTeam.tabs.btnRoomInfo.click();
await poHomeTeam.tabs.room.btnMore.click();
Expand Down

0 comments on commit f5134f5

Please sign in to comment.