Skip to content

Commit

Permalink
Remove test_positive_matcher_field_highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravtalreja1 authored Mar 28, 2024
1 parent bdb0736 commit 3c0575a
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions tests/foreman/ui/test_remoteexecution.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

0 comments on commit 3c0575a

Please sign in to comment.