Skip to content

Commit

Permalink
Use latest firefox (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum authored Oct 23, 2023
1 parent c92fd12 commit b7838ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ jobs:

services:
selenium:
# geckodriver-0.31 seems to have problems as of 2022 May 1
image: selenium/standalone-${{ matrix.browser == 'firefox' && 'firefox:99.0-geckodriver-0.30-20220427' || matrix.browser }}
image: selenium/standalone-${{ matrix.browser }}
ports:
- 4444:4444
options: --shm-size=2gb
Expand Down
2 changes: 1 addition & 1 deletion config/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports.config = {
}
],
// geckodriver-0.31 seems to have problems as of 2022 May 1
services: process.env.DOCKER_HOST ? [] : [ ['selenium-standalone', { drivers: { firefox: '0.30.0', chrome: 'latest' } } ] ],
services: process.env.DOCKER_HOST ? [] : [ ['selenium-standalone', { drivers: { firefox: 'latest', chrome: 'latest' } } ] ],
logLevel: 'info',
bail: 0,
screenshotPath: SCREENSHOT_PATH,
Expand Down

0 comments on commit b7838ad

Please sign in to comment.