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(test): error tests fixed #5069

Merged
merged 2 commits into from
Dec 1, 2018
Merged

Conversation

cnishina
Copy link
Member

  • Fix a missing await on createNextTaskRunner where the recursive call
    should be awaited and if there are no new tasks to still resolve the
    promise. Things were passing previously probably because we were
    running tasks out of sync.
  • Add in errorTest portion of the test suite
  • Turn on the angular2 and unit tests.

- Fix a missing await on createNextTaskRunner where the recursive call
should be awaited and if there are no new tasks to still resolve the
promise. Things were passing previously probably because we were
running tasks out of sync.
- Add in errorTest portion of the test suite
- Turn on the angular2 and unit tests.
- Turn on browserstack test in Travis.
@cnishina cnishina merged commit 6c3c621 into angular:selenium4 Dec 1, 2018
cnishina added a commit to cnishina/protractor that referenced this pull request Dec 19, 2018
- Fix a missing await on createNextTaskRunner where the recursive call
should be awaited and if there are no new tasks to still resolve the
promise. Things were passing previously probably because we were
running tasks out of sync.
- Add in errorTest portion of the test suite.
- Turn on the angular2 and unit tests.
- Turn on browserstack test and remove ciNg2Conf test from Travis.
cnishina added a commit to cnishina/protractor that referenced this pull request Mar 23, 2019
- Fix a missing await on createNextTaskRunner where the recursive call
should be awaited and if there are no new tasks to still resolve the
promise. Things were passing previously probably because we were
running tasks out of sync.
- Add in errorTest portion of the test suite.
- Turn on the angular2 and unit tests.
- Turn on browserstack test and remove ciNg2Conf test from Travis.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants