[galaxyproject/galaxy] 900699: Retry failed clicks more aggressively for Selenium...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 900699037da5db8528a51a2f0dd7bc287e346301 https://github.com/galaxyproject/galaxy/commit/900699037da5db8528a51a2f0dd7b... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-09 (Sat, 09 Sep 2017) Changed paths: M test/galaxy_selenium/navigates_galaxy.py M test/selenium_tests/test_history_panel.py Log Message: ----------- Retry failed clicks more aggressively for Selenium tests. Would have prevented from this (https://jenkins.galaxyproject.org/job/selenium/238/testReport/junit/selenium...) failure in retrospect. Also refactor that common pattern into a helper and use throughout. Add missing @selenium_test decorator on that test also - it would have retried if this had been there and we would have a screenshot. Commit: b9cff7ad91f4e157fc2f65e28d00969a4434c09a https://github.com/galaxyproject/galaxy/commit/b9cff7ad91f4e157fc2f65e28d009... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-09 (Sat, 09 Sep 2017) Changed paths: M test/selenium_tests/test_published_histories_grid.py Log Message: ----------- Fix another issue with sorting by owner for published histories Selenium test. Locally this never happens, but remotely sometimes when sorting by owner the histories are sorted by owner but not in the same order as the test was asserting. I would assume this is likely a postgres vs. sqlite difference - perhaps the former doesn't sort the rows by the order they were created within equal sort classifications (i.e. same owner) but the latter does. I've fixed this - the test should not have been asserting such a strong condition I don't think. Commit: a21f05d9a8aa457c7b73398caf946b5428ee24a9 https://github.com/galaxyproject/galaxy/commit/a21f05d9a8aa457c7b73398caf946... Author: Björn Grüning <bjoern@gruenings.eu> Date: 2017-09-10 (Sun, 10 Sep 2017) Changed paths: M test/selenium_tests/test_published_histories_grid.py Log Message: ----------- Merge pull request #4586 from jmchilton/selenium_fixes_24 Fix another issue with sorting by owner for published histories Selenium test. Compare: https://github.com/galaxyproject/galaxy/compare/a2ef2cc4b95b...a21f05d9a8aa
participants (1)
-
GitHub