Sfoglia il codice sorgente

use chrome since ff 47 broke tests

Girish Ramakrishnan 8 anni fa
parent
commit
be12138bab
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -27,7 +27,7 @@ process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
 
 describe('Application life cycle test', function () {
     this.timeout(0);
-    var firefox = require('selenium-webdriver/firefox');
+    var firefox = require('selenium-webdriver/chrome');
     var server, browser = new firefox.Driver();
     var LOCATION = 'wptest';
     var app;