Skip to content

Commit a9a5e60

Browse files
authored
Merge branch 'release-8.0.0' into fix/attachement-fields-api
2 parents bd0a5ef + 46ae6ed commit a9a5e60

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)