|
@@ -18,9 +18,7 @@ my $harness = TestHarness->new(
|
|
|
this_file => $FindBin::Script
|
|
this_file => $FindBin::Script
|
|
|
);
|
|
);
|
|
|
my %selenium_args = %{ $harness->base_caps };
|
|
my %selenium_args = %{ $harness->base_caps };
|
|
|
-unless ($harness->mocks_exist_for_platform) {
|
|
|
|
|
- plan skip_all => "Mocking of tests is not been enabled for this platform";
|
|
|
|
|
-}
|
|
|
|
|
|
|
+$harness->skip_all_unless_mocks_exist;
|
|
|
|
|
|
|
|
my $driver = Selenium::Remote::Driver->new(%selenium_args);
|
|
my $driver = Selenium::Remote::Driver->new(%selenium_args);
|
|
|
my $website = 'http://localhost:63636';
|
|
my $website = 'http://localhost:63636';
|