Reviewed: https://review.openstack.org/303458 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=7661db1ba438a13cf77d64913bfc88767b6bcdae Submitter: Jenkins Branch: master
commit 7661db1ba438a13cf77d64913bfc88767b6bcdae Author: Rob Cresswell <[email protected]> Date: Fri Apr 8 15:30:34 2016 +0100 Fix Selenium Tests A recent update to XStatic-Jasmine appears to have altered the class name that a selenium test was looking for. This patch amends the class so that the test correctly finds the class. Change-Id: I8d6844cdb14a84bd5498429b8545cdca8ba173b6 Closes-Bug: 1567965 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1567965 Title: Selenium tests failing in every patch Status in OpenStack Dashboard (Horizon): Fix Released Bug description: ====================================================================== 2016-04-08 13:37:18.611 | ERROR: test_jasmine_legacy (horizon.test.tests.selenium_tests.BrowserTests) 2016-04-08 13:37:18.611 | ---------------------------------------------------------------------- 2016-04-08 13:37:18.611 | Traceback (most recent call last): 2016-04-08 13:37:18.611 | File "/home/jenkins/workspace/gate-horizon-selenium-headless/horizon/test/tests/selenium_tests.py", line 30, in test_jasmine_legacy 2016-04-08 13:37:18.611 | self.assertTrue('0 failures' in wait.until(jasmine_legacy_done)) 2016-04-08 13:37:18.611 | File "/home/jenkins/workspace/gate-horizon-selenium-headless/.tox/venv/local/lib/python2.7/site-packages/selenium/webdriver/support/wait.py", line 80, in until 2016-04-08 13:37:18.611 | raise TimeoutException(message, screen, stacktrace) 2016-04-08 13:37:18.611 | TimeoutException: Message: 2016-04-08 13:37:18.611 | Stacktrace: 2016-04-08 13:37:18.611 | at FirefoxDriver.prototype.findElementInternal_ (file:///tmp/tmpb5KPkh/extensions/[email protected]/components/driver-component.js:10770) 2016-04-08 13:37:18.612 | at fxdriver.Timer.prototype.setTimeout/<.notify (file:///tmp/tmpb5KPkh/extensions/[email protected]/components/driver-component.js:625) 2016-04-08 13:37:18.612 | 2016-04-08 13:37:18.612 | Slowest 5 tests took 46.35 secs: 2016-04-08 13:37:18.612 | [31m 31.09 BrowserTests.test_jasmine_legacy[0m 2016-04-08 13:37:18.612 | [31m 6.58 LazyLoadedTabsTests.test_any_unchecked_row_checkbox_unsets_select_all[0m 2016-04-08 13:37:18.612 | [31m 6.22 LazyLoadedTabsTests.test_select_all_checkbox_sets_on_row_checkboxes[0m 2016-04-08 13:37:18.612 | [31m 1.34 LazyLoadedTabsTests.test_every_checked_row_checkbox_set_select_all[0m 2016-04-08 13:37:18.612 | [31m 1.10 LazyLoadedTabsTests.test_delete_button_is_enabled_on_selection[0m 2016-04-08 13:37:18.612 | ---------------------------------------------------------------------- To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1567965/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

