Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2972de8

Browse files
committed
chore(travis): run protractor tests with ff28
FirefoxDriver seems to have an issue with FF29 which is breaking a test case, and causing false negatives. There is an issue opened on protractor regarding this at angular/protractor#784 Closes angular#7369
1 parent e0e9ccd commit 2972de8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

protractor-travis-conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ config.multiCapabilities = [{
1212
'browserName': 'firefox',
1313
'name': 'Angular E2E',
1414
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
15-
'build': process.env.TRAVIS_BUILD_NUMBER
15+
'build': process.env.TRAVIS_BUILD_NUMBER,
16+
'version': '28'
1617
}, {
1718
browserName: 'safari',
1819
'platform': 'OS X 10.9',

0 commit comments

Comments
 (0)