diff --git a/web/e2e-tests/compose.test.ts b/web/e2e-tests/compose.test.ts index 613585eb84..c46c638a6d 100644 --- a/web/e2e-tests/compose.test.ts +++ b/web/e2e-tests/compose.test.ts @@ -113,7 +113,7 @@ async function test_open_close_compose_box(page: Page): Promise { async function test_narrow_to_private_messages_with_cordelia(page: Page): Promise { const you_and_cordelia_selector = - '*[title="Narrow to your direct messages with Cordelia, Lear\'s daughter"]'; + '*[data-tippy-content="Narrow to your direct messages with Cordelia, Lear\'s daughter"]'; // For some unknown reason page.click() isn't working here. await page.evaluate( (selector: string) => document.querySelector(selector)!.click(), diff --git a/web/templates/recipient_row.hbs b/web/templates/recipient_row.hbs index 723e8b5d2b..85b9e6441b 100644 --- a/web/templates/recipient_row.hbs +++ b/web/templates/recipient_row.hbs @@ -2,9 +2,9 @@