From da6dc39b1d90b1ec251942416f003be6d7b5dcb2 Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Tue, 9 Apr 2024 13:59:09 +0530 Subject: [PATCH] [6.12.z] Remove test_positive_matcher_field_highlight (#14641) (cherry picked from commit 41a3949007928b8b9365eda469550d875bb56d50) Signed-off-by: Gaurav Talreja --- tests/foreman/ui/test_remoteexecution.py | 47 ------------------------ 1 file changed, 47 deletions(-) diff --git a/tests/foreman/ui/test_remoteexecution.py b/tests/foreman/ui/test_remoteexecution.py index 3818120aef1..cd121f8ab5f 100644 --- a/tests/foreman/ui/test_remoteexecution.py +++ b/tests/foreman/ui/test_remoteexecution.py @@ -364,27 +364,6 @@ def test_positive_ansible_variables_imported_with_roles(session): """ -@pytest.mark.stubbed -@pytest.mark.tier3 -def test_positive_roles_import_in_background(session): - """Verify that importing roles does not create a popup that blocks the UI - - :id: 4f1c7b76-9c67-42b2-9a73-980ca1f05abc - - :steps: - - 1. Import Ansible roles - - :expectedresults: Verify that the UI is accessible while roles are importing - - :CaseAutomation: NotAutomated - - :CaseComponent: Ansible-ConfigurationManagement - - :Team: Rocket - """ - - @pytest.mark.stubbed @pytest.mark.tier3 def test_positive_ansible_roles_ignore_list(session): @@ -507,29 +486,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 - """