[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:
Adam Świderski
2025-06-11 14:12:22 +02:00
committed by GitHub
parent b910576b82
commit 305c840beb
3 changed files with 156 additions and 76 deletions

View File

@@ -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,