Fixed improper clean-up in test_host::test_kerberos_flags added closing the notification in kerberos flags

Signed-off-by: Varun Mylaraiah <mvarun@redhat.com>
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Reviewed-By: Michal Reznik <mreznik@redhat.com>
This commit is contained in:
Varun Mylaraiah
2018-04-13 16:03:53 +05:30
committed by Michal Reznik
parent 105d7d7f2e
commit 1a6e360119

View File

@@ -317,7 +317,8 @@ class test_host(host_tasks):
self.validate_fields([('checkbox', name, checked)])
self.mod_record(ENTITY, mod)
self.validate_fields([('checkbox', name, [])])
self.delete_record(self.pkey, self.data.get('del'))
self.close_notifications()
self.delete(ENTITY, [self.data])
@screenshot
def test_associations(self):