Skip to content

Commit 2aeda7c

Browse files
SplaktarAnkush Agarwal
authored and
Ankush Agarwal
committed
chore(e2e): run tests against Firefox 85 on macOS Catalina
Closes angular#17142
1 parent 33bea1e commit 2aeda7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protractor-circleci-conf.js

Lines changed: 2 additions & 2 deletions
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)