← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1391890] [NEW] integration_tests.pages.basepage a[href*="/auth/logout/"] ElementNotVisibleException

 

Public bug reported:

Testing step:
1: git clone https://git.openstack.org/openstack-dev/devstack
2: cd devstack; ./stack.sh 
3: ./run_tests.sh --integration openstack_dashboard.test.integration_tests.tests.test_password_change


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:

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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:
  integration_tests.pages.basepage a[href*="/auth/logout/"]
  ElementNotVisibleException

Status in OpenStack Dashboard (Horizon):
  New

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

  
  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


Follow ups

References