Comment 3 for bug 1416555

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/151796
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=14b9255160ffb621b8cd65743169b912f20c2973
Submitter: Jenkins
Branch: master

commit 14b9255160ffb621b8cd65743169b912f20c2973
Author: mavinagi <email address hidden>
Date: Fri Jan 30 15:57:23 2015 -0600

    Add wait till element methods for selenium Integration tests.

    Modified basewebobject file.
    In BaseWebObject added below methods:
     * _is_element_displayed
     * _is_text_visible
     * _wait_till_element_visible
     * _wait_till_element_disappears
    Modified _wait_till_text_present_in_element

    Partially implements blueprint: selenium-integration-testing
    Closes-Bug: #1416555

    Change-Id: I054e524489ef5e8d8bdc15a219c52d8aeda9bdb4