Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Test case and fix for NoSuchElementError in visibilityOf #3777 #3958

Merged
merged 2 commits into from
Jan 12, 2017
Merged

Test case and fix for NoSuchElementError in visibilityOf #3777 #3958

merged 2 commits into from
Jan 12, 2017

Commits on Jan 11, 2017

  1. Configuration menu
    Copy the full SHA
    b3c0423 View commit details
    Browse the repository at this point in the history
  2. fix(expectedCondition): fix NoSuchElementError in visibilityOf due to…

    … a race condition (#3777)
    
    Handle NoSuchElementError in the expected condition visibilityOf, which occurred when
    an element disappears between the isPresent() and isDisplayed() check.
    tilmanschweitzer committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    efb6516 View commit details
    Browse the repository at this point in the history