We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4189f commit 5686666Copy full SHA for 5686666
playwright/e2e/pinned-messages/index.ts
@@ -129,6 +129,7 @@ export class Helpers {
129
const timelineMessage = this.page.locator(".mx_MTextBody", { hasText: message });
130
await timelineMessage.click({ button: "right" });
131
await this.page.getByRole("menuitem", { name: "Pin", exact: true }).click();
132
+ await this.assertMessageInBanner(message);
133
}
134
135
/**
0 commit comments