Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

chore(ci): Update webdriver versions in ci configs. #3355

Merged
merged 2 commits into from
Jul 12, 2016

Conversation

heathkit
Copy link
Contributor

No description provided.

'platform': 'OS X 10.9'
}, {
'browserName': 'firefox',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '44',
'selenium-version': '2.53.0'
'version': '47',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Firefox should stay on version 44. There are issues with upgrading to 47.

@cnishina
Copy link
Member

LGTM after the tests pass.

@cnishina
Copy link
Member

Verified, Firefox version 47 works now with the latest selenium server.

@@ -39,7 +39,7 @@ exports.config = {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '9.1',
'version': '8',
'selenium-version': '2.53.1'
Copy link
Member

@cnishina cnishina Jul 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should also be downgraded back to 2.44

-    'selenium-version': '2.44.0' // Use an old version because Safari has
-                                 // issues loading pages after 2.44.

@cnishina
Copy link
Member

It appears the tests are failing on Firefox. Let's revert back to Firefox 44.

@heathkit heathkit merged commit b003144 into angular:master Jul 12, 2016
@heathkit heathkit deleted the webdriver-update branch January 4, 2017 01:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants