Explorar el Código

Add todo to improve chromedriver test

Daniel Gempesaw hace 10 años
padre
commit
6b5eb2d1ac
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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' );