feat(admin): 管理端 UI/UX 深度优化——错误/加载/空状态、表单快捷键、移动端适配与无障碍
This commit is contained in:
@@ -24,8 +24,8 @@ export default defineConfig({
|
||||
// Slow down interactions slightly so UI animations settle
|
||||
slowHijackESM: false,
|
||||
},
|
||||
// Integration tests: match *.integration.test.{ts,tsx}
|
||||
include: ['src/**/*.integration.test.{ts,tsx}'],
|
||||
// Unit and integration tests run in the browser test environment.
|
||||
include: ['src/**/*.integration.test.{ts,tsx}', 'src/**/*.test.{ts,tsx}'],
|
||||
// Global timeout for browser operations
|
||||
testTimeout: 30_000,
|
||||
// Retry flaky browser tests once
|
||||
|
||||
Reference in New Issue
Block a user