Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8280 from niyazRedhat/fix-assert-flash
Browse files Browse the repository at this point in the history
[RFR]Fixed flash assertion error for catalog items
  • Loading branch information
mshriver committed Dec 17, 2018
2 parents 00d51d3 + c7fef13 commit 4472dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfme/services/catalogs/catalog_items/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ def create(self, catalog_item_class, *args, **kwargs):
# TODO move this assertion to tests
# view.flash.assert_success_message('Catalog Item "{}" was added'.format(
# cat_item.name), partial=True)
view.wait_displayed()
assert view.is_displayed
view.flash.assert_no_error()
return cat_item
Expand Down

0 comments on commit 4472dd7

Please sign in to comment.