Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsPropertiesPanel/ExpandRowItemsInPropertiesPanel.cs =================================================================== diff -u -r6341248d9efd6afdc4a5b811ea7779501e01e7ba -rc71892ce363dfbe4265199749f50e5b325945c38 --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsPropertiesPanel/ExpandRowItemsInPropertiesPanel.cs (.../ExpandRowItemsInPropertiesPanel.cs) (revision 6341248d9efd6afdc4a5b811ea7779501e01e7ba) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsPropertiesPanel/ExpandRowItemsInPropertiesPanel.cs (.../ExpandRowItemsInPropertiesPanel.cs) (revision c71892ce363dfbe4265199749f50e5b325945c38) @@ -80,6 +80,8 @@ cell.PressKeys("{Right}"); } } + + Delay.Duration(Duration.Parse("500"), false); } } }