mirror of https://github.com/zulip/zulip.git
puppeteer: Fix small logging copy and paste error in `admin.test.ts`.
This commit is contained in:
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> {
|
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.waitForSelector("#id_realm_waiting_period_threshold", {visible: true});
|
||||||
await page.select("#id_realm_waiting_period_threshold", "custom_period");
|
await page.select("#id_realm_waiting_period_threshold", "custom_period");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue