[galaxyproject/galaxy] 570401: Implement initial collection builder UX test cases...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 5704013301f8b185fbc55324a79ab58937a48230 https://github.com/galaxyproject/galaxy/commit/5704013301f8b185fbc55324a79ab... Author: John Chilton <jmchilton@gmail.com> Date: 2017-03-06 (Mon, 06 Mar 2017) Changed paths: M test/galaxy_selenium/has_driver.py M test/galaxy_selenium/navigates_galaxy.py M test/galaxy_selenium/navigation-data.yml A test/selenium_tests/test_collection_builders.py Log Message: ----------- Implement initial collection builder UX test cases. Exercise list and paired builder's most basic functionality. Commit: 8800376eb41d262b41862b3a1ad160218b47d45d https://github.com/galaxyproject/galaxy/commit/8800376eb41d262b41862b3a1ad16... Author: John Chilton <jmchilton@gmail.com> Date: 2017-03-06 (Mon, 06 Mar 2017) Changed paths: M test/galaxy_selenium/has_driver.py M test/galaxy_selenium/navigates_galaxy.py Log Message: ----------- 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. ``` Commit: 9ccb0953ad63aa46464a0ef8ec3bb6d5d1944539 https://github.com/galaxyproject/galaxy/commit/9ccb0953ad63aa46464a0ef8ec3bb... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-03-07 (Tue, 07 Mar 2017) Changed paths: M test/galaxy_selenium/has_driver.py M test/galaxy_selenium/navigates_galaxy.py M test/galaxy_selenium/navigation-data.yml A test/selenium_tests/test_collection_builders.py Log Message: ----------- Merge pull request #3716 from jmchilton/selenium_uploads_0 Selenium Testing Improvements Compare: https://github.com/galaxyproject/galaxy/compare/656a0f396ed6...9ccb0953ad63
participants (1)
-
GitHub