feat: implement contact form submission with validation

This commit is contained in:
张翔
2026-02-27 10:59:29 +08:00
parent 5d5b7feb0a
commit b787c769ec
4 changed files with 77 additions and 72 deletions
+2 -1
View File
@@ -222,7 +222,8 @@ export class ContactPage extends BasePage {
}
async waitForFormSubmission(): Promise<void> {
await this.page.waitForTimeout(2000);
await this.page.waitForTimeout(3000);
await this.page.waitForLoadState('networkidle');
}
async isFormSubmitted(): Promise<boolean> {