Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore(e2e): run tests against Firefox 85 on macOS Catalina
Browse files Browse the repository at this point in the history
Closes #17142
  • Loading branch information
Splaktar authored and gkalpak committed Jun 12, 2021
1 parent c3769a6 commit 58cd897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protractor-circleci-conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ config.multiCapabilities = [
}),
capabilitiesForSauceLabs({
browserName: 'firefox',
platform: 'OS X 10.14',
version: '76'
platform: 'OS X 10.15',
version: '85'
})
];

Expand Down

0 comments on commit 58cd897

Please sign in to comment.