Skip to content

Commit 41c8661

Browse files
alan-agius4mgechev
authored andcommitted
test: fix safari 10.1 e2e differential loading browser test (#15085)
Closes: #15084
1 parent 9d4d574 commit 41c8661

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

tests/legacy-cli/e2e/assets/protractor-saucelabs.conf.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ exports.config = {
3333
version: '9.0',
3434
tunnelIdentifier,
3535
},
36-
// TODO: Investigate. Failure:
37-
// Failed: Error while running testForAngular: undefined is not an object (evaluating 'd.prototype[b].apply')
38-
// {
39-
// browserName: 'safari',
40-
// platform: 'OS X 10.12',
41-
// version: '10.1',
42-
// tunnelIdentifier,
43-
// },
36+
{
37+
browserName: 'safari',
38+
platform: 'OS X 10.12',
39+
version: '10.1',
40+
// This specific version is needed as otherwise it will not pass
41+
// See: https://github.com/angular/angular-cli/issues/15084
42+
seleniumVersion: '3.4.0',
43+
tunnelIdentifier,
44+
},
4445
{
4546
browserName: 'safari',
4647
platform: 'macOS 10.13',

0 commit comments

Comments
 (0)