Skip to content

Commit

Permalink
Small test fix for manage columns (#16265)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed Sep 6, 2024
1 parent e218d5a commit 78c85f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/foreman/ui/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ def test_positive_manage_table_columns(


@pytest.mark.tier2
def test_all_hosts_manage_columns(target_sat, function_org, new_host_ui):
def test_all_hosts_manage_columns(target_sat, new_host_ui):
"""Verify that the manage columns widget changes the columns appropriately
:id: 5e13267a-68d2-451a-ae00-6502dd5db7f4
Expand All @@ -1231,7 +1231,6 @@ def test_all_hosts_manage_columns(target_sat, function_org, new_host_ui):
'Boot time': True,
}
with target_sat.ui_session() as session:
session.organization.select(function_org.name)
session.all_hosts.manage_table_columns(columns)
displayed_columns = session.all_hosts.get_displayed_table_headers()
for column, is_displayed in columns.items():
Expand Down

0 comments on commit 78c85f2

Please sign in to comment.