Class TestAddIssueTypeToFieldConfigurationAssociationDialog
java.lang.Object
com.atlassian.jira.pageobjects.JiraWebDriverTest
com.atlassian.jira.pageobjects.BaseJiraWebTest
com.atlassian.jira.webtest.webdriver.tests.admin.fields.configuration.schemes.TestAddIssueTypeToFieldConfigurationAssociationDialog
Responsible for testing the core functionality of the "add issue type to field configuration association dialog".
This dialog adds an association between an issue type and a field configuration for a given field configuration scheme.
Initial data: - A field configuration scheme named "A test field config. scheme"
All tests in this class work against this scheme.- Since:
- v5.0.1
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
jiraWebTestClassRules, webTestRuleFields inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
backdoor, jira, logger, mailHelper, pageBinder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidshouldNotBeAbleToAddAnIssueTypeToFieldConfigurationAssociationWhenAllIssueTypesHaveAlreadyBeenMapped()voidMethods inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
getBackdoor, getBaseClassRule, getBaseRule
-
Constructor Details
-
TestAddIssueTypeToFieldConfigurationAssociationDialog
public TestAddIssueTypeToFieldConfigurationAssociationDialog()
-
-
Method Details
-
shouldBeAbleAddAnIssueTypeToFieldConfigurationAssociationWhenThereAreStillUnmappedIssueTypes
public void shouldBeAbleAddAnIssueTypeToFieldConfigurationAssociationWhenThereAreStillUnmappedIssueTypes() -
shouldNotBeAbleToAssociateAnIssueTypeToAFieldConfigurationWhenTheIssueTypeHasAlreadyBeenMapped
public void shouldNotBeAbleToAssociateAnIssueTypeToAFieldConfigurationWhenTheIssueTypeHasAlreadyBeenMapped() -
shouldNotBeAbleToAddAnIssueTypeToFieldConfigurationAssociationWhenAllIssueTypesHaveAlreadyBeenMapped
public void shouldNotBeAbleToAddAnIssueTypeToFieldConfigurationAssociationWhenAllIssueTypesHaveAlreadyBeenMapped() -
shouldBeAbleToAddAFieldConfigurationSchemeWhenTheLoggedInUserIsAJiraAdministrator
public void shouldBeAbleToAddAFieldConfigurationSchemeWhenTheLoggedInUserIsAJiraAdministrator()
-