Class TestEditProject
java.lang.Object
com.atlassian.jira.pageobjects.JiraWebDriverTest
com.atlassian.jira.pageobjects.BaseJiraWebTest
com.atlassian.jira.webtest.webdriver.tests.projectconfig.TestEditProject
- Since:
- v4.4
-
Field Summary
FieldsFields 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
Modifier and TypeMethodDescriptionvoid
void
setUp()
void
void
void
JRADEV-8106 clicking on project avatar in edit dialog goes to 404 pagevoid
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Methods inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
getBackdoor, getBaseClassRule, getBaseRule
-
Field Details
-
PROJECT_CATEGORY
- See Also:
-
PROJECT_ADMIN_GROUP
- See Also:
-
-
Constructor Details
-
TestEditProject
public TestEditProject()
-
-
Method Details
-
setUp
public void setUp() -
testSuccessfulEdit
public void testSuccessfulEdit() -
testEditWithInlineErrors
public void testEditWithInlineErrors() -
testEditWithTooLongName
public void testEditWithTooLongName() -
testEditWithInvalidProjectLead
public void testEditWithInvalidProjectLead() -
testChangeAvatar
public void testChangeAvatar()JRADEV-8106 clicking on project avatar in edit dialog goes to 404 page -
testChangeProjectTypeAsGlobalAdmin
public void testChangeProjectTypeAsGlobalAdmin() -
testEditWithInlineErrorsShouldNotClearDescription
public void testEditWithInlineErrorsShouldNotClearDescription() -
testEditWithInlineErrorsShouldNotResetProjectType
public void testEditWithInlineErrorsShouldNotResetProjectType() -
testExpiredLicenceShowsSomething
public void testExpiredLicenceShowsSomething() -
testProjectAdminWithNoAdminPermissionCannotChangeProjectTypeOrProjectCategory
public void testProjectAdminWithNoAdminPermissionCannotChangeProjectTypeOrProjectCategory() -
testChangeAdminToProjectAdminCannotChangeProjectCategory
public void testChangeAdminToProjectAdminCannotChangeProjectCategory() -
globalAdminCanEditProjectCategory
public void globalAdminCanEditProjectCategory() -
testNotSetOrderByOption
public void testNotSetOrderByOption() -
testSuccessfulOrderByChangeOnSystemField
public void testSuccessfulOrderByChangeOnSystemField() -
testSuccessfulOrderByChangeOnCustomField
public void testSuccessfulOrderByChangeOnCustomField() -
testDeleteCustomFieldAfterChoosingItAsDefaultOrderBy
public void testDeleteCustomFieldAfterChoosingItAsDefaultOrderBy() -
testCustomFieldWithMaliciousFieldName
public void testCustomFieldWithMaliciousFieldName() -
testUninstalledProjectTypeShowsCorrectly
public void testUninstalledProjectTypeShowsCorrectly() -
testCanUpdateProjectFieldsWithInvalidType
public void testCanUpdateProjectFieldsWithInvalidType()
-