Class TestAddCustomField
java.lang.Object
com.atlassian.jira.pageobjects.JiraWebDriverTest
com.atlassian.jira.pageobjects.BaseJiraWebTest
com.atlassian.jira.webtest.webdriver.tests.admin.customfields.TestAddCustomField
- Since:
- v6.1
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
jiraWebTestClassRules, webTestRule
Fields inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
backdoor, jira, logger, mailHelper, pageBinder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
getBackdoor, getBaseClassRule, getBaseRule
-
Constructor Details
-
TestAddCustomField
public TestAddCustomField()
-
-
Method Details
-
setUp
public static void setUp() -
tearDown
public static void tearDown() -
testAddFromGlobalPage
public void testAddFromGlobalPage() -
testAddWithOptionsFromGlobalPage
public void testAddWithOptionsFromGlobalPage() -
testAddWithHTMLDescriptionWhenCustomFieldHTMLEnabled
public void testAddWithHTMLDescriptionWhenCustomFieldHTMLEnabled() -
testAddWithHTMLDescriptionWhenCustomFieldHTMLDisabled
public void testAddWithHTMLDescriptionWhenCustomFieldHTMLDisabled() -
testAddFieldFromViewIssuePage
public void testAddFieldFromViewIssuePage() -
testAddWithOptionsFromViewIssuePage
public void testAddWithOptionsFromViewIssuePage() -
testAddExistingFieldNotOnScreenFromViewIssuePage
public void testAddExistingFieldNotOnScreenFromViewIssuePage() -
testAddExistingFieldAlreadyOnScreenWithNoValueFromViewIssuePage
public void testAddExistingFieldAlreadyOnScreenWithNoValueFromViewIssuePage() -
testAddExistingFieldAlreadyOnScreenWithValueFromViewIssuePage
public void testAddExistingFieldAlreadyOnScreenWithValueFromViewIssuePage() -
testAddProjectPickerDialogsContainWarningMessage
public void testAddProjectPickerDialogsContainWarningMessage()
-