Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.15.z] Remove test_positive_matcher_field_highlight #14638

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions tests/foreman/ui/test_remoteexecution.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,27 +411,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):
Expand Down Expand Up @@ -556,32 +535,6 @@ def test_positive_set_ansible_role_order_per_hostgroup(session):
"""


@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
"""


@pytest.mark.stubbed
@pytest.mark.tier2
def test_positive_schedule_recurring_host_job(self):
Expand Down
Loading