Explorar el Código

Trying to fix unit tests.

BDisp hace 8 meses
padre
commit
e9e12ab140
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      UnitTests/TestHelpers.cs

+ 2 - 0
UnitTests/TestHelpers.cs

@@ -199,6 +199,8 @@ public class SetupFakeDriverAttribute : BeforeAfterTestAttribute
 
         if (Application.Driver is { })
         {
+            ((FakeDriver)Application.Driver).Rows = 25;
+            ((FakeDriver)Application.Driver).Cols = 25;
             ((FakeDriver)Application.Driver).End ();
         }