Skip to content

Commit 46ae6ed

Browse files
authored
test: Close popover after selecting members in create new modal (#37911)
1 parent ee2a34f commit 46ae6ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/meteor/tests/e2e/page-objects/create-new-modal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export class CreateNewModal extends Modal {
3939
await this.root.getByRole('textbox', { name: 'Add people' }).click();
4040
await this.root.getByRole('textbox', { name: 'Add people' }).fill(memberName, { force: true });
4141
await this.listbox.getByRole('option', { name: memberName }).click();
42+
await this.root.getByRole('textbox', { name: 'Add people' }).click();
4243
}
4344
}
4445

0 commit comments

Comments
 (0)