Skip to content

Commit

Permalink
Fix change assigned content entity (#1566) (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satellite-QE committed Sep 19, 2024
1 parent 03628d1 commit 0e0ee5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions airgun/entities/hostcollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,7 @@ def change_assigned_content(self, entity_name, lce, content_view):
view.lce.fill({lce: True})
view.content_view.fill(content_view)
view.assign.click()
self.browser.handle_alert()
view.flash.assert_no_error()
view.flash.dismiss()
view.dialog.confirm_dialog.click()
task_view = HostCollectionActionTaskDetailsView(view.browser)
task_view.progressbar.wait_for_result()
return task_view.read()
Expand Down

0 comments on commit 0e0ee5e

Please sign in to comment.