From 6c2dc9e9a71234a9442789785645f6ff805b7597 Mon Sep 17 00:00:00 2001 From: Mayuri Lahane Date: Tue, 28 Jan 2020 12:23:42 +0530 Subject: [PATCH 1/2] Removed BZ 1752875 blocker because won't fix. --- cfme/tests/automate/test_domain.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cfme/tests/automate/test_domain.py b/cfme/tests/automate/test_domain.py index c49f522f68..ca33d2b265 100644 --- a/cfme/tests/automate/test_domain.py +++ b/cfme/tests/automate/test_domain.py @@ -645,8 +645,4 @@ def test_existing_domain_child_override(appliance, custom_domain, import_data): datastore.import_domain_from(import_data.from_domain, import_data.to_domain) view.flash.assert_no_error() view = navigate_to(custom_domain, 'Details') - if not BZ(1752875).blocks: - assert ( - view.datastore.tree.has_path('Datastore', f'{custom_domain.name}', 'System', 'Request') - ) assert view.datastore.tree.has_path('Datastore', f'{custom_domain.name}', 'System', 'Process') From 1e39c84c9b9a85f12303de458aa85b99b6529fec Mon Sep 17 00:00:00 2001 From: Mayuri Lahane Date: Tue, 28 Jan 2020 17:07:20 +0530 Subject: [PATCH 2/2] Updated expected result --- cfme/tests/automate/test_domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfme/tests/automate/test_domain.py b/cfme/tests/automate/test_domain.py index ca33d2b265..2a6e0dcea4 100644 --- a/cfme/tests/automate/test_domain.py +++ b/cfme/tests/automate/test_domain.py @@ -628,7 +628,7 @@ def test_existing_domain_child_override(appliance, custom_domain, import_data): 3. You should see flash message: "Error: Selected domain is locked" 4. 5. Selected domain imported successfully - 6. You should see existing as well as imported namespace, class, instance or method + 6. You should see imported namespace, class, instance or method """ # Download datastore file from FTP server fs = FTPClientWrapper(cfme_data.ftpserver.entities.datastores)