Browse Source

Remove debugging force-record for Finders test

Daniel Gempesaw 11 years ago
parent
commit
176cba02bd
1 changed files with 1 additions and 2 deletions
  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 };