Skip to content

Commit

Permalink
UI session testing
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Oct 27, 2023
1 parent 40f3fff commit 92b7d68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/foreman/ui/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def test_end_to_end(
module_lce,
module_cv,
module_target_sat,
function_registered_contenthost
function_registered_contenthost,
):
"""Create all entities required for errata, set up applicable host,
read errata details and apply it to host
Expand Down Expand Up @@ -295,8 +295,8 @@ def test_end_to_end(
# TODO: FIX -- session.settings.update(f'name = {setting_update.name}', property_value) # BZ 2029192
# Check selection box function for BZ#1688636
breakpoint()
session.organization.select(org_name=module_org.name)
#session.location.select(loc_name=)
#session.organization.select(org_name=module_org.name)
session.location.select(loc_name=DEFAULT_LOC)
assert session.errata.search_content_hosts(
CUSTOM_REPO_ERRATA_ID, contenthost.hostname, environment=module_lce.name
)
Expand Down

0 comments on commit 92b7d68

Please sign in to comment.