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

Commit 56b0ee3

Browse files
Splaktargkalpak
authored andcommitted
chore(e2e): run tests against Chrome 91 on macOS Catalina
Closes #17144
1 parent 58cd897 commit 56b0ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protractor-circleci-conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ config.sauceKey = process.env.SAUCE_ACCESS_KEY;
1010
config.multiCapabilities = [
1111
capabilitiesForSauceLabs({
1212
browserName: 'chrome',
13-
platform: 'OS X 10.14',
14-
version: '81'
13+
platform: 'OS X 10.15',
14+
version: '91'
1515
}),
1616
capabilitiesForSauceLabs({
1717
browserName: 'firefox',

0 commit comments

Comments
 (0)