Comment 15 for bug 1596196

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

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

commit 840bcd21d0e8c1e23f9cf9dc358208b330feda15
Author: Felipe Monteiro <email address hidden>
Date: Fri Jan 13 11:42:04 2017 -0500

    Add UI Test for Correct # Apps by Category in Catalog View.

    Added UI test for the scenario:
    "Show correct number of apps in a category in catalog view".

    Also made the following 2 tests atomic:
      1) test_add_pkg_to_category_non_admin
      2) test_add_pkg_to_category_without_count
    They were not cleaning up after themselves; they were changing
    class-level package categories, which was causing the new
    test to fail, when run in conjunction with the 2 tests above.

    Change-Id: Iac9ba8ed168f4a8cf9144aca285159f66ccea165
    Partial-Bug: #1596196