Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9754 from digitronik/remove_service_open
Browse files Browse the repository at this point in the history
[RFR] remove tests as not supported by object
  • Loading branch information
mshriver authored Dec 11, 2019
2 parents 53e1678 + 1dbc51f commit fe6632d
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions cfme/tests/automate/custom_button/test_service_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,40 +703,6 @@ def test_custom_button_dialog_service_obj(
)


@pytest.mark.manual
@pytest.mark.ignore_stream("5.10")
@pytest.mark.meta(coverage=[1550002])
def test_custom_button_open_url_service_obj(objects, button_group):
""" Test Open url functionality of custom button.
Polarion:
assignee: ndhandre
initialEstimate: 1/2h
caseimportance: high
caseposneg: positive
testtype: functional
startsin: 5.11
casecomponent: CustomButton
tags: custom_button
testSteps:
1. Create ruby method for url functionality
2. Create custom button group with the Object type
3. Create a custom button with open_url option and respective method
4. Navigate to object Detail page
5. Execute custom button
expectedResults:
1.
2.
3.
4.
5. New tab should open with respective url
Bugzilla:
1550002
"""
pass


@pytest.fixture(params=["Service", "Provider"], scope="module")
def unassigned_btn_setup(request, appliance, provider, gen_rest_service):
if request.param == "Service":
Expand Down

0 comments on commit fe6632d

Please sign in to comment.