浏览代码

Fixed FileDialog test

Tig 1 年之前
父节点
当前提交
6c889c9442
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      UnitTests/FileServices/FileDialogTests.cs

+ 1 - 0
UnitTests/FileServices/FileDialogTests.cs

@@ -363,6 +363,7 @@ public class FileDialogTests (ITestOutputHelper output)
 
         // whe first opening the text field will have select all on
         // so to add to current path user must press End or right
+        Send ('>', ConsoleKey.LeftArrow);
         Send ('>', ConsoleKey.RightArrow);
 
         Send ("SUBFOLDER");