File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
tests/legacy-cli/e2e/assets Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments