mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
user_card_popover: Migrate all user card popovers to Tippy.
This commit is contained in:
committed by
Tim Abbott
parent
10400f15d6
commit
8de397b37f
@@ -18,7 +18,7 @@ async function open_set_user_status_modal(page: Page): Promise<void> {
|
||||
{},
|
||||
menu_icon_selector,
|
||||
);
|
||||
await page.waitForSelector(".user_popover", {visible: true});
|
||||
await page.waitForSelector(".user_popover_email", {visible: true});
|
||||
// We are using evaluate to click because it is very hard to detect if the user info popover has opened.
|
||||
await page.evaluate(() =>
|
||||
document.querySelector<HTMLAnchorElement>(".update_status_text")!.click(),
|
||||
|
||||
Reference in New Issue
Block a user