From 3f78b0657f20e0aec3796a2fc6fc4187f9ebf69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Va=C5=A1ina?= Date: Tue, 21 Feb 2023 21:53:08 +0100 Subject: [PATCH] Change constant to match new letter case in sat 6.13+ (#10741) Change constant to match new letter case --- robottelo/constants/__init__.py | 2 +- tests/foreman/ui/test_repository.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 4c2be076d6c..a878c946816 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -1445,7 +1445,7 @@ class Colored(Box): } -ANY_CONTEXT = {'org': "Any Organization", 'location': "Any Location"} +ANY_CONTEXT = {'org': "Any organization", 'location': "Any location"} SUBNET_IPAM_TYPES = {'dhcp': 'DHCP', 'internal': 'Internal DB', 'none': 'None'} diff --git a/tests/foreman/ui/test_repository.py b/tests/foreman/ui/test_repository.py index 550d0388af9..2894ff3f2e0 100644 --- a/tests/foreman/ui/test_repository.py +++ b/tests/foreman/ui/test_repository.py @@ -1182,7 +1182,7 @@ def test_positive_select_org_in_any_context(): :BZ: 1860957 :Steps: - 1. Set "Any Organization" and "Any Location" on top + 1. Set "Any organization" and "Any location" on top 2. Click on Content -> "Sync Status" 3. "Select an Organization" page will come up. 4. Select organization in dropdown and press Select