mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
[ACS-9760] [E2E] Automated edit properties in info drawer (#4614)
* [ACS-9760] [E2E] Automated edit properties in info drawer * [ACS-9760] added back nameField * [ACS-9760] Added timeouts
This commit is contained in:
@@ -26,10 +26,10 @@ export const timeouts = {
|
||||
typingDelay: 50,
|
||||
tiny: 500,
|
||||
short: 1000,
|
||||
normal: 2000,
|
||||
medium: 5000,
|
||||
big: 7500,
|
||||
large: 10000,
|
||||
normal: 2 * 1000,
|
||||
medium: 5 * 1000,
|
||||
big: 7.5 * 1000,
|
||||
large: 10 * 1000,
|
||||
extraLarge: 20 * 1000,
|
||||
globalTest: 85 * 1000,
|
||||
extendedTest: 150 * 1000,
|
||||
|
Reference in New Issue
Block a user