Skip to content

Commit

Permalink
Use FireFox
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jun 19, 2019
1 parent fae7b0b commit 97fa857
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_support/WebDriverTodoList.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = class WebDriverTodoList {
}

buildDriver(builder) {
return builder.forBrowser('chrome')
return builder.forBrowser('firefox')
}

async start() {
Expand All @@ -35,6 +35,5 @@ module.exports = class WebDriverTodoList {

async stop() {
await this._driver.quit()
console.log('closed')
}
}

0 comments on commit 97fa857

Please sign in to comment.