[galaxyproject/galaxy] d09ba5: Fix handling main_panel switching in various Selen...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: d09ba53c8e4e51645ae2c37387493bfd2511196b https://github.com/galaxyproject/galaxy/commit/d09ba53c8e4e51645ae2c37387493... Author: John Chilton <jmchilton@gmail.com> Date: 2017-05-01 (Mon, 01 May 2017) Changed paths: M test/galaxy_selenium/navigates_galaxy.py M test/selenium_tests/test_history_sharing.py M test/selenium_tests/test_login.py M test/selenium_tests/test_registration.py Log Message: ----------- Fix handling main_panel switching in various Selenium tests. PR #3992 fixed "with self.main_panel()" so that leaving the context actually restore the Selenium context back to the top level page. This surfaced a bunch of bugs related to assertions that were operating in the main panel without declaring it. This fixes those and makes the assertions a bit stronger - such as verifying error messages being asserted about are visible. Commit: 53eff63a3606fc31cc0a989ecd81fd8d6f8c624b https://github.com/galaxyproject/galaxy/commit/53eff63a3606fc31cc0a989ecd81f... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-05-05 (Fri, 05 May 2017) Changed paths: M test/galaxy_selenium/navigates_galaxy.py M test/selenium_tests/test_history_sharing.py M test/selenium_tests/test_login.py M test/selenium_tests/test_registration.py Log Message: ----------- Merge pull request #4003 from jmchilton/selenium_fixes_11 Fix handling main_panel switching in various Selenium tests. Compare: https://github.com/galaxyproject/galaxy/compare/01d00a13b214...53eff63a3606
participants (1)
-
GitHub