puppeteer: Fix small logging copy and paste error in `admin.test.ts`.

This commit is contained in:
Lauryn Menard 2023-03-04 02:09:45 +01:00 committed by Tim Abbott
parent 084dd216f0
commit b5f5ab948a
1 changed files with 1 additions and 1 deletions

View File

@ -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");