Skip to content

Commit

Permalink
ELEMENTS-1681: sauce labs compatibility with firefox geckoDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Oct 6, 2023
1 parent fcfa311 commit d4d6b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (process.env.SAUCE_USERNAME && process.env.SAUCE_ACCESS_KEY) {
browserName: 'firefox',
platform: 'Windows 10',
version: 'latest',
geckodriverVersion: '0.30.0',
geckodriverVersion: '0.31.0',
},
sl_latest_edge: {
base: 'SauceLabs',
Expand Down

0 comments on commit d4d6b6b

Please sign in to comment.