← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1813670] Re: Remote server lag makes selenium tests fail

 

Reviewed:  https://review.opendev.org/633616
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=78e382c3a5e84fa838d1ede8c49bab515150a7dd
Submitter: Zuul
Branch:    master

commit 78e382c3a5e84fa838d1ede8c49bab515150a7dd
Author: nicolas <nh202b@xxxxxxx>
Date:   Mon Jan 28 14:45:43 2019 -0800

    Selenium tests fail when response is slow.
    
    Increased implicit wait on message pop ups.
    Gives time for slow connections to wait for message.
    
    Find_elements retry. Gives an additional opportuninty
    for elements to be found.
    
    Additional attempts for _execute gives time for
    elements to move or dissapear when collision is a
    problem.
    
    Change-Id: I94670628c179f7291162f2c25947673f03106fc2
    Closes-Bug: #1813670


** 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/1813670

Title:
  Remote server lag makes selenium tests fail

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  When running selenium tests locally, web elements appear in time for
  selenium to pick up on them. For example, checking for the green
  confirmation box when switching between projects. However, if the pop
  up takes too long, selenium fails. I have also run into issues where a
  modal will appear, but selenium is unable to find it in the dom.
  Selenium tests should be made more robust and offer more retries and
  wait just a little longer when necessary.

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


References