From 3c0575ade96fb3c7801af0152b0010ae76ab607d Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Thu, 28 Mar 2024 15:07:31 +0530 Subject: [PATCH] Remove test_positive_matcher_field_highlight --- tests/foreman/ui/test_remoteexecution.py | 26 ------------------------ 1 file changed, 26 deletions(-) diff --git a/tests/foreman/ui/test_remoteexecution.py b/tests/foreman/ui/test_remoteexecution.py index 42f84562570..bc89e8caefb 100644 --- a/tests/foreman/ui/test_remoteexecution.py +++ b/tests/foreman/ui/test_remoteexecution.py @@ -508,29 +508,3 @@ def test_positive_set_ansible_role_order_per_hostgroup(session): :Team: Rocket """ - - -@pytest.mark.stubbed -@pytest.mark.tier3 -def test_positive_matcher_field_highlight(session): - """Verify that Ansible variable matcher fields change color when modified - - :id: 67b45cfe-31bb-41a8-b88e-27917c68f33e - - :steps: - - 1. Navigate to Configure > Variables > $variablename - 2. Select the "Override" checkbox in the "Default Behavior" section - 3. Click "+Add Matcher" in the "Specify Matcher" section - 4. Select an option from the "Attribute type" dropdown - 5. Add text to the attribute type input field - 6. Add text to the "Value" input field - - :expectedresults: The background of each field turns yellow when a change is made - - :CaseAutomation: NotAutomated - - :CaseComponent: Ansible-ConfigurationManagement - - :Team: Rocket - """