Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(e2e): update to latest protractor version #2608

Merged
merged 2 commits into from
Jan 13, 2017

Conversation

devversion
Copy link
Member

@devversion devversion commented Jan 12, 2017

Due to an Protractor issue I just noticed that we don't run the latest Chrome version for e2e tests.

(See angular/protractor#3963)

Closes #2384

@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Jan 12, 2017
* Updates to the latest Protractor version, which now uses Selenium V3
* The new types for Protractor v5 include the fix for the missing `chord` function (See DefinitelyTyped/DefinitelyTyped@123690b)
* Methods like `innerHtml` have been removed in Protractor v5 (https://github.com/angular/protractor/blob/master/CHANGELOG.md)
Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

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

Any idea what the new e2e failure is?

@@ -33,3 +33,4 @@
npm-debug.log
testem.log
/.chrome
yarn.lock
Copy link
Member

Choose a reason for hiding this comment

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

I thought that the yarn.lock was was supposed to be checked into source control?
https://yarnpkg.com/en/docs/yarn-lock#toc-check-into-source-control

Copy link
Member Author

Choose a reason for hiding this comment

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

It is - (depends on the project) and then I would need to commit it to the Material 2 repository?

Copy link
Member

Choose a reason for hiding this comment

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

That's fine with me

Copy link
Member Author

Choose a reason for hiding this comment

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

Okay, let's handle that in another PR when we also lock some more dependencies.

@devversion devversion self-assigned this Jan 12, 2017
@devversion
Copy link
Member Author

@jelbourn Saucelabs was using a super-old chromedriver version, which didn't work properly with Chrome v55. Specified the latest version and everything passes now.

@devversion devversion assigned jelbourn and unassigned devversion Jan 13, 2017
Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

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

LGTM

@jelbourn jelbourn added pr: lgtm action: merge The PR is ready for merge by the caretaker and removed pr: needs review labels Jan 13, 2017
@tinayuangao tinayuangao merged commit 4ab6f30 into angular:master Jan 13, 2017
@devversion devversion deleted the chore/protractor-chord-fix branch January 13, 2017 22:59
jelbourn pushed a commit to jelbourn/components that referenced this pull request Jan 19, 2017
* chore(e2e): update to latest protractor version

* Updates to the latest Protractor version, which now uses Selenium V3
* The new types for Protractor v5 include the fix for the missing `chord` function (See DefinitelyTyped/DefinitelyTyped@123690b)
* Methods like `innerHtml` have been removed in Protractor v5 (https://github.com/angular/protractor/blob/master/CHANGELOG.md)

* Test later chromedriver version
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove @types/protractor@4.0.0 from devDependencies
4 participants