[galaxyproject/galaxy] 580811: Potential fix for transiently failing Selenium pub...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 580811d7405f4566bfb8cb62e3bff5c7cc0e80a7 https://github.com/galaxyproject/galaxy/commit/580811d7405f4566bfb8cb62e3bff... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-05 (Tue, 05 Sep 2017) Changed paths: M test/selenium_tests/test_published_histories_grid.py Log Message: ----------- Potential fix for transiently failing Selenium published histories test. The the [latest Selenium test execution](https://jenkins.galaxyproject.org/job/selenium/212/testReport/) most of the published histories tests failed. It looks like this is because of the three histories that were supposed to be published, only 2 were actually published. My best guess for what happeend was that the click of the button to publish the history occurred but the next Selenium command happened so quickly that the page had not gotten a chance to respond to the click. This tweaked approach to publishing histories ensures we stay on the page until the "unpublish" link appears - this will either fix the problem or rule this theory out as the explanation. Commit: a95566b36c18667cca73286f463b89fabeb8fbf8 https://github.com/galaxyproject/galaxy/commit/a95566b36c18667cca73286f463b8... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-09-06 (Wed, 06 Sep 2017) Changed paths: M test/selenium_tests/test_published_histories_grid.py Log Message: ----------- Merge pull request #4562 from jmchilton/selenium_fixes_19 Potential fix for transiently failing Selenium published histories test. Compare: https://github.com/galaxyproject/galaxy/compare/37802abee2b5...a95566b36c18
participants (1)
-
GitHub