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

Selenium Testing Improvements #3716

Merged
merged 2 commits into from Mar 7, 2017
Merged

Commits on Mar 6, 2017

  1. Implement initial collection builder UX test cases.

    Exercise list and paired builder's most basic functionality.
    jmchilton committed Mar 6, 2017
    Copy the full SHA
    5704013 View commit details
    Browse the repository at this point in the history
  2. Improved Selenium exception messages.

    For many common waiting operations used throughout many tests:
    
    ```
    TimeoutException: Message:
    ```
    
    Will become something like
    
    ```
    TimeoutException: Message: Timeout waiting on CSS selector [#dataset-adb5f5c93f827949.state-failed] to become visible.
    ```
    
    For HID waiting I've added the state and HID as well - so something like this:
    
    ```
    TimeoutException: Message: Failed waiting on history item 1 state to change to [ok] current state [failed]. Timeout waiting on CSS selector [#dataset-adb5f5c93f827949.state-failed] to become visible.
    ```
    jmchilton committed Mar 6, 2017
    Copy the full SHA
    8800376 View commit details
    Browse the repository at this point in the history