-
Notifications
You must be signed in to change notification settings - Fork 6.8k
test: use proper typings in e2e app #2051
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
Conversation
I think if we switch to Also this would fix #1531 |
Good points. My editor wasn't showing the |
There we go. It ended up being a bit more work than expected. |
LGTM |
"@types/run-sequence": "0.0.27", | ||
"@types/rx": "^2.5.33", | ||
"@types/selenium-webdriver": "^2.53.36", | ||
"browserstacktunnel-wrapper": "^2.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The browserstacktunnel-wrapper
shouldn't be added again. See #1991
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted. There was a merge conflict on that exact line.
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
a55ef32
to
4ddf7ef
Compare
* Switches to use the typings from @types for the e2e app. * Adds all of the necessary imports and fixes type issues. Relates to angular#2025. Fixes angular#1531.
4ddf7ef
to
aeeb188
Compare
CLAs look good, thanks! |
@jelbourn could we get this one in since it's getting a little hard to maintain? |
Yeah, sorry; doing this one requires a manual sync into google instead of our usual automatic one so we've been procrastinating it |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Relates to #2025.
Fixes #1531.