瀏覽代碼

Now MockRemoteConnection extends the original remote connection class

Emmanuel Peroumalnaik 11 年之前
父節點
當前提交
d7b7761854
共有 1 個文件被更改,包括 2 次插入0 次删除
  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,