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

Commit 58cd897

Browse files
Splaktargkalpak
authored andcommitted
chore(e2e): run tests against Firefox 85 on macOS Catalina
Closes #17142
1 parent c3769a6 commit 58cd897

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
@@ -15,8 +15,8 @@ config.multiCapabilities = [
1515
}),
1616
capabilitiesForSauceLabs({
1717
browserName: 'firefox',
18-
platform: 'OS X 10.14',
19-
version: '76'
18+
platform: 'OS X 10.15',
19+
version: '85'
2020
})
2121
];
2222

0 commit comments

Comments
 (0)