Class TestViewIssue
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.issue.TestViewIssue
-
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 TypeMethodDescriptionprotected voidsetEstimate(String time) voidsetUp()voidtearDown()voidvoidJRA-15011 - ensure ordering of Components is fixedvoidvoidvoidvoidcheck that if the date formats end with a double quot and a space that the UI does not break and the quotes are html encoded.voidvoidvoidJRA-14794: if user does not have permission to browse a project, the project CF value should not be linkedvoidTests the correct conditions under which the subtask progress percentage graph is present.voidvoidvoidJRA-15011 - ensure ordering of Versions is fixedvoidvoidMethods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Constructor Details
-
TestViewIssue
public TestViewIssue()
-
-
Method Details
-
setUp
public void setUp() -
tearDown
public void tearDown() -
testViewIssuePageWithInvalidAssigneeAndReporters
public void testViewIssuePageWithInvalidAssigneeAndReporters() -
testEditedCommentVisibleWithDoubleQuotesInDateFormat
public void testEditedCommentVisibleWithDoubleQuotesInDateFormat()check that if the date formats end with a double quot and a space that the UI does not break and the quotes are html encoded. - JRA-13104 -
testSubtaskPercentageGraphPresence
public void testSubtaskPercentageGraphPresence()Tests the correct conditions under which the subtask progress percentage graph is present. The graph should be present if *any* subtask has any timetracking data - either original estimate or work logged. -
testProjectCFNotLinkedWithNoPermission
public void testProjectCFNotLinkedWithNoPermission()JRA-14794: if user does not have permission to browse a project, the project CF value should not be linked -
testComponentOrdering
public void testComponentOrdering()JRA-15011 - ensure ordering of Components is fixed -
testVersionOrdering
public void testVersionOrdering()JRA-15011 - ensure ordering of Versions is fixed -
testFieldTabs
- Throws:
Exception
-
testDateCustomFieldTabs
- Throws:
Exception
-
testUserCustomFieldTabs
- Throws:
Exception
-
testArchivingFields
public void testArchivingFields() -
testProjectArchivingFields
public void testProjectArchivingFields() -
testUserCustomFieldWithMissingUsers
public void testUserCustomFieldWithMissingUsers() -
testDatesShouldBeDisplayedInUserTimeZoneInViewIssuePage
public void testDatesShouldBeDisplayedInUserTimeZoneInViewIssuePage() -
testXssInImageUrls
public void testXssInImageUrls() -
testDueDateShouldBeDisplayedInSystemTimeZone
public void testDueDateShouldBeDisplayedInSystemTimeZone() -
setEstimate
-