mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
message_grid: Share same message grid with me-messages.
This commit is contained in:
@@ -56,7 +56,7 @@ async function test_edit_message_with_slash_me(page: Page): Promise<void> {
|
||||
);
|
||||
await page.waitForSelector(
|
||||
`xpath/${last_message_xpath}//*[${common.has_class_x(
|
||||
"sender_name-in-status",
|
||||
"sender_name",
|
||||
)} and normalize-space()="Desdemona"]`,
|
||||
);
|
||||
|
||||
@@ -69,7 +69,7 @@ async function test_edit_message_with_slash_me(page: Page): Promise<void> {
|
||||
);
|
||||
await page.waitForSelector(
|
||||
`xpath/${last_message_xpath}//*[${common.has_class_x(
|
||||
"sender_name-in-status",
|
||||
"sender_name",
|
||||
)} and normalize-space()="Desdemona"]`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user