fix the clipboard testing and add test 40 back to the testing
This commit is contained in:
@@ -13,7 +13,7 @@ export type NotifyFunction = (
|
||||
// Standard timeouts
|
||||
export const TIMEOUTS = {
|
||||
BRIEF: 1000, // Very brief toasts ("Sent..." messages)
|
||||
SHORT: 6000, // Short notifications (clipboard copies, quick confirmations)
|
||||
SHORT: 3000, // Short notifications (clipboard copies, quick confirmations)
|
||||
STANDARD: 3000, // Standard notifications (success messages, general info)
|
||||
LONG: 8000, // Longer notifications (errors, warnings, important info)
|
||||
VERY_LONG: 10000, // Very long notifications (complex operations)
|
||||
|
||||
Reference in New Issue
Block a user