From 7a3acb423cf72e13c495f0440863571f8d83636e Mon Sep 17 00:00:00 2001 From: David Moore <109112035+damoore044@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:54:42 -0500 Subject: [PATCH] RHEL Lifecycle status column, RFE for 6.15.0 (#13237) --- 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,