You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
The hats in the dependencies of the test-runner are installing an incompatible version of selenium-webdriver that has this error:
return (new webdriver.WebDriver.Logs(browser))
^
TypeError: webdriver.WebDriver.Logs is not a function
at Object.getTrace (/Users/bnolan/Work/runner/big-rig/test-runner/driver.js:88:11)
at Object.<anonymous> (/Users/bnolan/Work/runner/big-rig/test-runner/runner.js:117:8)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Function.Module.runMain (module.js:441:10)
at startup (node.js:139:18)
at node.js:974:3```
If you remove the hats and `npm install` it works again.
The text was updated successfully, but these errors were encountered:
The hats in the dependencies of the test-runner are installing an incompatible version of
selenium-webdriver
that has this error:The text was updated successfully, but these errors were encountered: