瀏覽代碼

Fix warning in t/01-webdriver3.t

George S. Baugh 8 年之前
父節點
當前提交
5643e07492
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      t/01-webdriver3.t

+ 1 - 1
t/01-webdriver3.t

@@ -109,7 +109,7 @@ EXECOMMAND: {
     #_execute_command with payload 'hitting all the right buttons'
     #also check that fallback works w/ the right special missing word
     #also check capability shortcut
-    my $self = bless({ is_wd3 => 1, capabilities => 'wakka wakka' },"Selenium::Remote::Driver");
+    my $self = bless({ is_wd3 => 1, capabilities => 'wakka wakka', browser_name => 'firefox' },"Selenium::Remote::Driver");
 
     no warnings qw{redefine once};
     local *Selenium::Remote::RemoteConnection::request = sub {return { sessionId => 'zippy', cmd_status => 'OK' }};