Explorar el Código

Remove debugging force-record for Finders test

Daniel Gempesaw hace 11 años
padre
commit
176cba02bd
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      t/Finders.t

+ 1 - 2
t/Finders.t

@@ -16,8 +16,7 @@ use lib $FindBin::Bin . '/lib';
 use TestHarness;
 
 my $harness = TestHarness->new(
-    this_file => $FindBin::Script,
-    record => 1
+    this_file => $FindBin::Script
 );
 
 my %selenium_args = %{ $harness->base_caps };