message_grid: Share same message grid with me-messages.

This commit is contained in:
Karl Stolley
2023-06-14 13:40:08 -05:00
committed by Tim Abbott
parent fad4429712
commit b6d072a8d9
6 changed files with 70 additions and 78 deletions

View File

@@ -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"]`,
);
}