Comment 9 for bug 1596196

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

Reviewed: https://review.openstack.org/409861
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=fb263eb3cfbde2a2574575a84db2de010c2361db
Submitter: Jenkins
Branch: master

commit fb263eb3cfbde2a2574575a84db2de010c2361db
Author: Felipe Monteiro <email address hidden>
Date: Mon Dec 12 11:42:33 2016 -0500

    Add UI Tests for Filtering Apps by Tag/Description.

    Also made the following changes:
      - Renamed test_check_search_option -> test_filter_by_name,
        because now that there are multiple search option tests,
        this test more precisely conveys what it is testing.
      - Added helper function wait_for_page_reload to base.py,
        because after a filter is conducted, a page refresh is
        performed; on slow machines, not waiting for page refresh
        throws error, because content hasn't loaded yet.

    Change-Id: Ifecba6563877de7d28b3d3ab4e2b77774b993c7e
    Partial-Bug: #1596196