Bläddra i källkod

Now MockRemoteConnection extends the original remote connection class

Emmanuel Peroumalnaik 11 år sedan
förälder
incheckning
d7b7761854
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      t/lib/MockRemoteConnection.pm

+ 2 - 0
t/lib/MockRemoteConnection.pm

@@ -6,6 +6,8 @@ use Moo;
 use JSON; 
 use Try::Tiny;
 
+extends 'Selenium::Remote::RemoteConnection';
+
 has 'spec' => (
     is       => 'ro',
     required => 1,