mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
puppeteer: Fix small logging copy and paste error in admin.test.ts
.
This commit is contained in:
committed by
Tim Abbott
parent
084dd216f0
commit
b5f5ab948a
@@ -160,7 +160,7 @@ async function test_set_new_user_threshold_to_three_days(page: Page): Promise<vo
|
||||
}
|
||||
|
||||
async function test_set_new_user_threshold_to_N_days(page: Page): Promise<void> {
|
||||
console.log("Test setting new user threshold to three days.");
|
||||
console.log("Test setting new user threshold to N days.");
|
||||
await page.waitForSelector("#id_realm_waiting_period_threshold", {visible: true});
|
||||
await page.select("#id_realm_waiting_period_threshold", "custom_period");
|
||||
|
||||
|
Reference in New Issue
Block a user