ソースを参照

Add todo to improve chromedriver test

Daniel Gempesaw 10 年 前
コミット
6b5eb2d1ac
1 ファイル変更2 行追加0 行削除
  1. 2 0
      t/binary.t

+ 2 - 0
t/binary.t

@@ -27,6 +27,8 @@ PHANTOMJS: {
 }
 
 CHROME: {
+    # TODO: fix this test, as it's a hack that depends entirely on the
+    # node module protractor's included `webdriver-manager` binary.
     $ENV{PATH} .= ':/usr/local/lib/node_modules/protractor/selenium';
     my $chrome = Selenium::Chrome->new( %caps );
     ok( $chrome->browser_name eq 'chrome', 'convenience chrome is okay' );