test(playwright): additional dataset list playwright tests (#36684)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Joe Li
2026-02-05 16:42:07 -08:00
committed by GitHub
parent ef4f7afa90
commit 5040db859c
30 changed files with 2828 additions and 125 deletions

View File

@@ -48,4 +48,14 @@ export const TIMEOUT = {
* API response timeout for operations like export/download
*/
API_RESPONSE: 15000, // 15s for API responses and downloads
/**
* Confirmation dialog wait (e.g., "Confirm save", "Are you sure?")
*/
CONFIRM_DIALOG: 2000, // 2s for confirmation dialogs that may or may not appear
/**
* File import/upload operations (upload + server processing)
*/
FILE_IMPORT: 30000, // 30s for file import operations
} as const;