Comment 12 for bug 1596196

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

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

commit e6e9267fea0b9561342ddb8979614df84081572c
Author: Felipe Monteiro <email address hidden>
Date: Tue Jan 10 11:30:20 2017 -0500

    Add UI tests for Deploy/Abandon Environment from Table View.

    Scenarios for the following UI tests were added to sanity_check:
      - Deploy from table view
      - Abandon from table view

    Also added helper function in base.py called
    execute_action_from_table_view, which does the following:
      - Clicks the drop-down button in the table view corresponding
        to a specific environment.
      - Waits for the drop-down menu to appear.
      - Clicks the designated action button from the menu.

    Change-Id: I61890d1795e92789fca0265e814914a0dc5a91ff
    Partial-Bug: #1596196