We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
webdriverio
christian-bromann
Learn more about funding links in repositories.
Report abuse
1 parent a65ff5b commit 02b0d78Copy full SHA for 02b0d78
test/index.js
@@ -14,5 +14,5 @@ test.cb('properly extracts', t => {
14
15
test('programmatic usage', t => {
16
var driver = require('../lib/geckodriver')
17
- t.is(driver.version, '0.26.0')
+ t.is(driver.version, '0.28.0')
18
});
0 commit comments