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

Issue 2917 #3

Closed
wants to merge 4 commits into from
Closed

Issue 2917 #3

wants to merge 4 commits into from

Commits on Jan 17, 2017

  1. fix(isPresent): handle missing elements in isPresent

    Use `falseIfMissing` to handle errors caused by missing elements in
    `isEnabled` check.
    
    Fixes failing test in angular#3972
    tilmanschweitzer committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    61d7d83 View commit details
    Browse the repository at this point in the history
  2. fix(expectedConditions): add test cases for missing element race cond…

    …itions
    
    Add test cases to reproduce the missing element race conditions possible in
    expected condition methods `visibilityOf`, `textToBePresentInElement`,
    `textToBePresentInValue` and `elementToBeClickable`.
    tilmanschweitzer committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    e4735d0 View commit details
    Browse the repository at this point in the history
  3. fix(ExpectedConditions): improve missing element handling

    Add error handling for missing elements to fix race condition test cases.
    
    angular#3972
    tilmanschweitzer committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    e27c035 View commit details
    Browse the repository at this point in the history
  4. fix(ExpectedConditions): add test cases for missing elements

    Add test cases for `isDisplayed`, `isSelected` and `isEnabled`
    tilmanschweitzer committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    a7f700f View commit details
    Browse the repository at this point in the history