We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71acade commit 8bfcf47Copy full SHA for 8bfcf47
1 file changed
core/playwright/fixtures/member-page.ts
@@ -115,5 +115,6 @@ export class MembersPage {
115
await this.page.getByRole("button", { name: "Open menu", exact: true }).click();
116
await this.page.getByRole("button", { name: "Remove member", exact: true }).click();
117
await this.page.getByRole("button", { name: "Remove", exact: true }).click();
118
+ await this.page.getByText("Member successfully removed", { exact: true }).waitFor();
119
}
120
0 commit comments