From a812c6f56fa2bc74ae734ab30c77ad2c419b9aa6 Mon Sep 17 00:00:00 2001 From: David Moore Date: Thu, 30 Nov 2023 13:06:18 -0500 Subject: [PATCH] RHEL Lifecycle status column, RFE for 6.15.0 --- tests/foreman/ui/test_host.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/foreman/ui/test_host.py b/tests/foreman/ui/test_host.py index 2c1f926de0d..6f459920866 100644 --- a/tests/foreman/ui/test_host.py +++ b/tests/foreman/ui/test_host.py @@ -1777,6 +1777,7 @@ def test_positive_manage_table_columns(session, current_sat_org, current_sat_loc 'Last report': False, 'Comment': False, 'Installable updates': True, + 'RHEL Lifecycle status': False, 'Registered': True, 'Last checkin': True, 'IPv4': True,