Class TestDeleteCustomField
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.customfield.TestDeleteCustomField
Func test for Deleting Custom Fields.
Originally written for JRA-13904.
- Since:
- v3.13
-
Field Summary
Fields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
This test makes sure that if a Custom field is used in a notification schem, then deleting the Custom Field will also delete the notification entity.Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Constructor Details
-
TestDeleteCustomField
public TestDeleteCustomField()
-
-
Method Details
-
setUpTest
public void setUpTest() -
testRemoveCustomFieldFromNotifications
public void testRemoveCustomFieldFromNotifications()This test makes sure that if a Custom field is used in a notification schem, then deleting the Custom Field will also delete the notification entity.
-