Skip to content

Commit

Permalink
fix: Multi-step modals closing unexpectedly (#33158)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored and ggazzo committed Sep 3, 2024
1 parent bbd8b54 commit a3d7ce0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-avocados-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixes an issue where multi-step modals were closing unexpectedly
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 @@ -115,7 +115,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 @@ -129,7 +128,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 @@ -141,7 +139,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 @@ -162,7 +159,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 a3d7ce0

Please sign in to comment.