mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
8196c4f63d
commit
892f988404
@@ -71,6 +71,8 @@ async function test_reload_hash(page: Page): Promise<void> {
|
||||
const initial_hash = await page.evaluate(() => window.location.hash);
|
||||
|
||||
await page.evaluate(() => {
|
||||
// We haven't converted reload.js to TypeScript yet.
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
||||
zulip_test.initiate_reload({immediate: true});
|
||||
});
|
||||
await page.waitForNavigation();
|
||||
|
Reference in New Issue
Block a user