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

Browser tests for Angular 2 still fail #1645

Closed
sonicoder86 opened this issue Jun 26, 2016 · 2 comments
Closed

Browser tests for Angular 2 still fail #1645

sonicoder86 opened this issue Jun 26, 2016 · 2 comments

Comments

@sonicoder86
Copy link
Contributor

I'm trying to submit my Angular 2 ES2015 example, but the tests still fail after upgrading to RC.3.
The sendKeys problem seems to be solved angular/angular#6250, but there seems to be another issue.

The Xpath selector for the input field returns a promise, which is executed multiple times.
https://github.com/tastejs/todomvc/blob/master/tests/page.js#L257
In the highlighted line the then callback is executed multiple times until the timeout shuts down the test.

Tried to change the selector to select by css or class name, but it didn't help.
The same issue is present with the Angular 2 Typescript example.

@sonicoder86
Copy link
Contributor Author

Opened a ticket also on the main repo angular/angular#9612

@flashdesignory
Copy link
Collaborator

Closing this, since we added a new Angular app: #2212

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants