compose_box: Don't fill Topic line on restored draft.

This commit is contained in:
Karl Stolley 2023-11-13 12:44:11 -06:00 committed by Tim Abbott
parent 93d6bcef0e
commit 41b61cfb3e
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ async function test_restore_message_draft_via_draft_overlay(page: Page): Promise
async function edit_stream_message_draft(page: Page): Promise<void> {
await common.select_stream_in_compose_via_dropdown(page, "Denmark");
await common.fill_form(page, "form#send_message_form", {
stream_message_recipient_topic: "tests",
content: "Updated stream message",
});
await page.click("#compose_close");