Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 79a37830bb75ccd4d8c18236f7938a50a83f87c2 https://github.com/galaxyproject/galaxy/commit/79a37830bb75ccd4d8c18236f7938... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-11 (Mon, 11 Sep 2017) Changed paths: M test/galaxy_selenium/navigates_galaxy.py M test/selenium_tests/test_workflow_editor.py Log Message: ----------- Small improvements to workflow editor Selenium tests. I saw a failed test earlier that would have been fixed by a switch to wait_for_and_click in workflow_editor_click_options. This makes that switch and moves some of these workflow editor helper functions into navigates_galaxy.py for reuse by other test cases and by library users. Commit: 9468bef057f6372f75ceaee832457386c79e39cc https://github.com/galaxyproject/galaxy/commit/9468bef057f6372f75ceaee832457... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-09-12 (Tue, 12 Sep 2017) Changed paths: M test/galaxy_selenium/navigates_galaxy.py M test/selenium_tests/test_workflow_editor.py Log Message: ----------- Merge pull request #4592 from jmchilton/workflow_click_fix Small improvements to workflow editor Selenium tests. Compare: https://github.com/galaxyproject/galaxy/compare/2e160935d9ce...9468bef057f6