← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1391890] Re: All integration tests will be failed during the test case teardown because of log out exception

 

** Changed in: horizon
       Status: Fix Committed => 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/1391890

Title:
  All integration tests will be failed during the test case teardown
  because of log out exception

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Testing step:
  1: git clone https://git.openstack.org/openstack-dev/devstack
  2: cd devstack; ./stack.sh
  3: ./run_tests.sh --integration 

  ERROR: openstack_dashboard.test.integration_tests.tests.test_password_change.TestPasswordChange.test_password_change
  ----------------------------------------------------------------------
  _StringException: Traceback (most recent call last):
    File "/opt/stack/horizon/openstack_dashboard/test/integration_tests/helpers.py", line 65, in tearDown
      self.home_pg.log_out()
    File "/opt/stack/horizon/openstack_dashboard/test/integration_tests/pages/basepage.py", line 46, in log_out
      self.topbar.logout_link.click()
    File "/opt/stack/horizon/.venv/local/lib/python2.7/site-packages/selenium/webdriver/remote/webelement.py", line 65, in click
      self._execute(Command.CLICK_ELEMENT)
    File "/opt/stack/horizon/openstack_dashboard/test/integration_tests/webdriver.py", line 105, , in _execute
      return self._parent.execute(command, params)
    File "/opt/stack/horizon/.venv/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 173, in execute
      self.error_handler.check_response(response)
    File "/opt/stack/horizon/.venv/local/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 166, in check_response
      raise exception_class(message, screen, stacktrace)
  ElementNotVisibleException: Message: Element is not currently visible and so may not be interacted with
  Stacktrace:

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1391890/+subscriptions


References