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