mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
puppeteer_tests: Fix for recent topics title change.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
32149c6a1c
commit
15b1abef3d
@ -87,7 +87,7 @@ async function un_narrow_by_clicking_org_icon(page: Page): Promise<void> {
|
||||
|
||||
async function expect_recent_topics(page: Page): Promise<void> {
|
||||
await page.waitForSelector("#recent_topics_table", {visible: true});
|
||||
assert.strictEqual(await page.title(), "Home - Zulip Dev - Zulip");
|
||||
assert.strictEqual(await page.title(), "Recent topics - Zulip Dev - Zulip");
|
||||
}
|
||||
|
||||
async function test_navigations_from_home(page: Page): Promise<void> {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user