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 void
setEstimate
(String time) void
void
JRA-15011 - ensure ordering of Components is fixedvoid
void
void
void
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.void
void
void
JRA-14794: if user does not have permission to browse a project, the project CF value should not be linkedvoid
Tests the correct conditions under which the subtask progress percentage graph is present.void
void
void
JRA-15011 - ensure ordering of Versions is fixedvoid
void
Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Constructor Details
-
TestViewIssue
public TestViewIssue()
-
-
Method Details
-
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
-