feat(core): captcha service (#8616)

This commit is contained in:
EYHN
2024-10-28 18:06:52 +00:00
parent 81029db6ce
commit 7699296f11
12 changed files with 246 additions and 190 deletions

View File

@@ -189,7 +189,7 @@ export async function loginUser(
}
await page.waitForTimeout(200);
await page.getByTestId('sign-in-button').click();
await page.waitForTimeout(200);
await page.waitForTimeout(500);
if (config?.afterLogin) {
await config.afterLogin();
}