Skip to content

Commit

Permalink
Update nightwatch.conf.js (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
petamoriken committed Oct 16, 2023
1 parent 7cc5295 commit 227771f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,15 @@ module.exports = {
desiredCapabilities: {
browserName: "chrome",
browserVersion: "latest",
platformName: "windows",
},
},

chrome_old: {
desiredCapabilities: {
browserName: "chrome",
browserVersion: "latest-1",
platformName: "windows",
},
},

Expand Down

0 comments on commit 227771f

Please sign in to comment.