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

[1LP][RFR] Removed BZ 1752875 blocker because won't fix. #9879

Merged
merged 2 commits into from
Jan 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions cfme/tests/automate/test_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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')